Charting for WinForms Programmer's Guide
GdiGraphics.DrawPie Method (Pen, Single, Single, Single, Single, Single, Single)
See Also
 






Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, and a height and two radial lines.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void DrawPie (
    Pen pen,
    float x,
    float y,
    float width,
    float height,
    float startAngle,
    float sweepAngle
)

Visual Basic  Copy Code

Public Overridable Sub DrawPie( _
    pen As Pen, _
    x As Single, _
    y As Single, _
    width As Single, _
    height As Single, _
    startAngle As Single, _
    sweepAngle As Single _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the pie shape.
x
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes.
y
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes.
width
The width of the bounding rectangle that defines the ellipse from which the pie shape comes.
height
The height of the bounding rectangle that defines the ellipse from which the pie shape comes.
startAngle
Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.
sweepAngle
Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.

 See Also

DrawPie Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace