SharpLeaf Reference > SharpLeaf Methods > DrawArrow Method > (Double,Double,Double,Double,Double) SharpLeaf.DrawArrow Method (Double,Double,Double,Double,Double)
Draw a black solid arrow with given width.
public void DrawArrow(
double xfrom,
double yfrom,
double xto,
double yto,
double width
);
-
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).
See also ...SharpLeaf Members | SharpLeaf.DrawArrow Method
Send comments on this topic © Dyalog Ltd 2021
|