Adds an ellipse to the current path.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
void AddEllipse ( |
Visual Basic
Copy Code
|
|---|
Sub AddEllipse( _ |
A Microsoft.Maui.Graphics.Rect that represents the bounding rectangle that defines the ellipse.
See Also