OEDrawCircle
OEDrawCircle(image: OEImageBase, style: int, c: OE2DPoint,
radius: float, pen: OEPen = OEBlackPen) -> bool
Draws a circle with the given style.
- image
The image on which the circle is drawn.
- style
Specifies the style of the circle. This value has to be from the
OECircleStylenamespace.- center
The center of the circle.
- radius
The radius of the circle.
- pen
The graphical properties of the circle.