OEDrawCircle¶
bool OEDrawCircle(OEDepict::OEImageBase &image, unsigned int style,
const OEDepict::OE2DPoint ¢er, double radius,
const OEDepict::OEPen &pen=OEDepict::OEBlackPen)
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
OECircleStyle
namespace.- center
The center of the circle.
- radius
The radius of the circle.
- pen
The graphical properties of the circle.