OEDrawFlowerCircle
OEDrawFlowerCircle(image: OEImageBase, c: OE2DPoint, radius: float,
pen: OEPen, patternAngle: float = 30.0) -> bool
Draws a circle with the OECircleStyle_Flower style.
OEDrawFlowerCircle
- image
The image on which the circle is drawn.
- center
The center of the circle.
- radius
The radius of the circle.
- pen
The graphical properties of the circle.
See examples (A) and (B) in Figure: OEDrawFlowerCircle.
- patternAngle
Specifies the angle (in degrees) between the patterns of the circle. The angle has to be in a range of \([1.0^{\circ} - 90.0^{\circ}]\)
See example (C) in Figure: OEDrawFlowerCircle.