Draws an ellipse specified by a bounding Rectangle structure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void DrawEllipse ( |
Visual Basic
Copy Code
|
|---|
Sub DrawEllipse( _ |
A Pen object that determines the color, width, and style of the ellipse.
A Rectangle structure that defines the boundaries of the ellipse.
See Also