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