Draw.Ellipse



Ellipse(y2 As Long,x1 As Long,hdc As OLE_HANDLE,x2 As Long,y1 As Long) As Boolean

Parameters

y2 As Long
Specifies the y-coordinate, in logical units, of the lower-right corner of the ellipse.
x1 As Long
Specifies the x-coordinate, in logical units, of the upper-left corner of the ellipse.
hdc As OLE_HANDLE
The hDC property is a handle (a number) that the Windows operating system uses for internal reference to an object. You can paint in theinternal area of any control that has an hDC property.
x2 As Long
Specifies the x-coordinate, in logical units, of the lower-right corner of the ellipse.
y1 As Long
Specifies the y-coordinate, in logical units, of the upper-left corner of the ellipse.
ED
not used
RT
avaliable

Remarks

Draw an ellipse from a center coordinate and a major/minor axis.

See Also

Draw