Fills the interior of an ellipse defined by a bounding rectangle specified by a Rectangle structure.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void FillEllipse ( |
Visual Basic
Copy Code
|
|---|
Sub FillEllipse( _ |
A Brush object that determines the characteristics of the fill.
A Rectangle structure that represents the bounding rectangle that defines the ellipse.
See Also