Draws an ellipse specified by a bounding Rect structure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawEllipse ( |
Visual Basic Copy Code |
---|
Sub DrawEllipse( _ |
A Pen object that determines the color, width, and style of the ellipse.
A Microsoft.Maui.Graphics.Rect that defines the boundaries of the ellipse.