Ellipse Method

Object List Next Object

Defined By:
Form

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:

In values for x1 and y1 define the upper left corner of the bounding rectangle. X2 and y2 define the lower right corner.

DrawColor, DrawMode, and DrawStyle are used to draw the actual ellipse. The FillStyle and FillColor Properties determine the appearance of the ellipse's interior.