OEDrawDefaultCircle
OEDrawDefaultCircle(image: OEImageBase, c: OE2DPoint, radius: float,
pen: OEPen) -> bool
Draws a circle with the OECircleStyle_Default style.
OEDrawDefaultCircle
- 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 in Figure: OEDrawDefaultCircle.