OEDrawRaceTrackCircle

bool OEDrawRaceTrackCircle(OEDepict::OEImageBase &image,
                           const OEDepict::OE2DPoint &center, double radius,
                           const OEDepict::OEPen &pen)

Draws a circle with the OECircleStyle::RaceTrack style.

../../_images/OEDrawRaceTrackCircle.png

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.