Adds an ellipse to the current path.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void AddEllipse ( |
Visual Basic
Copy Code
|
|---|
Sub AddEllipse( _ |
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The width of the bounding rectangle that defines the ellipse.
The height of the bounding rectangle that defines the ellipse.
See Also