Draws an arc representing a portion of an ellipse specified by a Rect structure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawArc ( |
Visual Basic Copy Code |
---|
Sub DrawArc( _ |
A Pen object that determines the color, width, and style of the arc.
A Microsoft.Maui.Graphics.Rect that defines the boundaries of the ellipse.
Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.