| Top Previous Next |
|
The Ellipse method draws an ellipse. The center of the ellipse is the center of the specified bounding rectangle. If IsFill is True, then the Ellipse is filled with the current Brush. Otherwise, ellipse is not filled.
Syntax
Parameters
X The logical x-coordinate of the upper-left corner of the bounding rectangle of the ellipse.
Y The logical y-coordinate of the upper-left corner of the bounding rectangle of the ellipse.
IsFill [in] Specifies whether to fill the ellipse with current BrushColor or not.
Example Code
For an example code, see Shapes
|