Draw series of connected lines connecting points ending in an arrow head.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public void DrawArrow(
Point[] points,
int width,
short pattern,
bool antiAlias,
int arrowSize,
int arrowShorten
)
Parameters
- points
- Type: System.DrawingPoint
Points between which lines are drawn - width
- Type: SystemInt32
Width of the lines - pattern
- Type: SystemInt16
Bit pattern defining the line's dash style - antiAlias
- Type: SystemBoolean
Determines whether or not the line should be anti-aliased - arrowSize
- Type: SystemInt32
The length of the arrow head in pixels - arrowShorten
- Type: SystemInt32
The number of pixels (beyond arrowSize) by which the last line is shortened, and the arrowhead pulled back.
See Also