OEDrawChevronArrow
OEDrawChevronArrow(image: OEImageBase, bgn: OE2DPoint, end: OE2DPoint,
pen: OEPen, arrowWidth: float = 5.0,
gapScale: float = 2.0) -> None
Draws a chevron arrow. See example in Figure: Example of drawing a chevron arrows.
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
OEImageBase class
OE2DPoint class
OEPen class