OEDrawSurfaceArc¶
bool OEDrawSurfaceArc(OEDepict::OEImageBase &image, unsigned int style,
                      const OEDepict::OE2DPoint ¢er,
                      double bgnAngle, double endAngle, double radius,
                      const OEDepict::OEPen &pen)
Draws an arc with the given style.
- image
- The image on which the arc is drawn. 
- style
- Specifies the style of the arc. This value has to be from the - OESurfaceArcStylenamespace.
- center
- The center of the arc. 
- bgnAngle, endAngle
- The two endpoints of the arc. Both angles are in degrees and their values have to be in a range of \([0.0^{\circ} - 360.0^{\circ}]\). Angles are interpreted such that \(0.0^{\circ}\) and \(360.0^{\circ}\) degrees are at the 12 o’clock position, \(90.0^{\circ}\) degrees corresponds to 3 o’clock, etc. 
- radius
- The radius of the arc. 
- pen
- The graphical properties of the arc.