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






Draws an arc representing a portion of an ellipse specified by a .NET Rectangle structure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void DrawArc (
    Pen pen,
    Rectangle rect,
    float startAngle,
    float sweepAngle
)

Visual Basic  Copy Code

Public Overridable Sub DrawArc( _
    pen As Pen, _
    rect As Rectangle, _
    startAngle As Single, _
    sweepAngle As Single _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the arc.
rect
A .NET RectangleF structure that defines the boundaries of the ellipse.
startAngle
Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
sweepAngle
Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.

 See Also

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