Search
IGraphicsPath.AddArc Method (Rect, Double, Double)
See Also
 






Appends an elliptical arc to the current figure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddArc (
    Rect rect,
    double startAngle,
    double sweepAngle
)

Visual Basic  Copy Code

Sub AddArc( _
    rect As Rect, _
    startAngle As Double, _
    sweepAngle As Double _
)

 Parameters

rect

A Rectangle that represents the rectangular bounds of the ellipse from which the arc is taken.

startAngle

The starting angle of the arc, measured in degrees clockwise from the x-axis.

sweepAngle

The angle between startAngle and the end of the arc.

 See Also