Xamarin Pack Programmer's Guide
IGraphics.DrawArc Method (Pen, Rectangle, Double, Double)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawArc (
    Pen pen,
    Rectangle rect,
    double startAngle,
    double sweepAngle
)

Visual Basic  Copy Code

Sub DrawArc( _
    pen As Pen, _
    rect As Rectangle, _
    startAngle As Double, _
    sweepAngle As Double _
)

 Parameters

pen

A Pen object that determines the color, width, and style of the arc.

rect

A Rectangle 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
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace