SharpLeaf Reference > SharpLeaf Methods > DrawArrow Method > (Double,Double,Double,Double,Double,Color,LineStyle,Boolean,Boolean,Double,Double)

SharpLeaf.DrawArrow Method (Double,Double,Double,Double,Double,Color,LineStyle,Boolean,Boolean,Double,Double)

Low-level routine to draw an arrow with specified parameters.

public void DrawArrow(
    double xfrom,
    double yfrom,
    double xto,
    double yto,
    double width,
    Color color,
    LineStyle linestyle,
    bool begin,
    bool end,
    double size,
    double angle
);
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