SharpLeaf Reference > SharpLeaf Methods > DrawArrow Method > (Double,Double,Double,Double,Double,Color) SharpLeaf.DrawArrow Method (Double,Double,Double,Double,Double,Color)
Draw a solid arrow with given width and color.
public void DrawArrow(
double xfrom,
double yfrom,
double xto,
double yto,
double width,
Color color
);
-
xfrom
- coordinates of the arrow in points within paper (positive from top left, negative from.
-
yfrom
- coordinates of the arrow in points within paper (positive from top left, negative from.
-
xto
- coordinates of the arrow in points within paper (positive from top left, negative from.
-
yto
- coordinates of the arrow in points within paper (positive from top left, negative from.
-
width
- line width to use for segment and arrow (defaults to 1).
-
color
- color to use for segment and arrow (defaults to Black).
See also ...SharpLeaf Members | SharpLeaf.DrawArrow Method
Send comments on this topic © Dyalog Ltd 2021
|