This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.DrawArc Method

Draws an arc.

Overload List

Name Description
Public method DrawArc(Pen, Rectangle, Single, Single)

Draws an arc.

Public method DrawArc(Pen, RectangleF, Single, Single)

Draws an arc.

Public method DrawArc(Pen, Int32, Int32, Int32, Int32, Single, Single)

Draws an arc.

Public method DrawArc(Pen, Single, Single, Single, Single, Single, Single)

Draws an arc.

Remarks

Arc is a parf of the ellipse. In this method arc is defined with a tightest bounding rectangle of this ellipse and two angles which specifies necessary ellipse sector.

All the coordinates are measured in units specified with Unit property.

See Also

Reference