OEDrawChevronArrow

void OEDrawChevronArrow(OEImageBase& image, const OE2DPoint& bgn, const OE2DPoint& end,
                        const OEPen& pen, double width = 5.0, double gapScale = 1.0);

Draws a chevron arrow. See example in Figure: Example of drawing a chevron arrows.

../../_images/OEDrawChevronArrow.png

Example of drawing a chevron arrow

image

The image in which the arrow is drawn.

bgn, end

The begin and end points of the arrow.

pen

The graphical properties of the arrow.

width

The width of the arrow.

gapScale

The multiplier that defines the space between the lines of the chevron.

See also