Draw.Pie



Pie(y2 As Long,x1 As Long,hdc As OLE_HANDLE,y3 As Long,x2 As Long,y4 As Long,x3 As Long,x4 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 pie.
x1 As Long
Specifies the x-coordinate, in logical units, of the upper-left corner of the pie.
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.
y3 As Long
Specifies the y-coordinate, in logical units, of the endpoint of the radial defining the starting point of the pie.
x2 As Long
Specifies the x-coordinate, in logical units, of the lower-right corner of the pie.
y4 As Long
Specifies the y-coordinate, in logical units, of the endpoint of the radial defining the ending point of the pie.
x3 As Long
Specifies the x-coordinate, in logical units, of the endpoint of the radial defining the starting point of the pie.
x4 As Long
Specifies the x-coordinate, in logical units, of the endpoint of the radial defining the ending point of the pie.
y1 As Long
Specifies the y-coordinate, in logical units, of the upper-left corner of the pie.
ED
not used
RT
avaliable

Remarks

The Pie function draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the current pen and filled by using the current brush.

See Also

Draw