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

GdiGraphics.DrawPie Method

Draws a pie shape.

Overload List

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

Draws a pie shape.

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

Draws a pie shape.

Public method DrawPie(Pen, Int32, Int32, Int32, Int32, Int32, Int32)

Draws a pie shape.

Public method DrawPie(Pen, Single, Single, Single, Single, Single, Single)

Draws a pie shape.

Remarks

Pie is an arc + two lines connecting arc ends with the center of the ellipse. In other words pie is defined with a tightest bounding rectangle of the ellipse and two angles which specifies necessary ellipse sector.

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

See Also

Reference