Ellipse Method
Object List Next Object
Defined By: Drawable
Description:
Draws an ellipse defined by the specified bounding rectangle.
Declaration:
Sub Ellipse(ByVal x1 As Single, ByVal y1 As Single, ByVal x2 As Single, ByVal y2 As Single)
Details:
Use x1 and y1 to define the upper left corner of the bounding rectangle. Use x2 and y2 to define the lower right corner.
DrawColor, DrawMode, and DrawStyle are used to draw the actual ellipse. The
FillStyle and FillColor properties determine how the ellipse's interior will look.
See Also:
DrawColor, DrawMode, DrawStyle, FillStyle, FillColor properties