ArcTo(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 bounding rectangle.
x1 As Long
Specifies the x-coordinate, in logical units, of the upper-left
corner of the bounding rectangle.
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 arc.
x2 As Long
Specifies the x-coordinate, in logical units, of the
lower-right corner of the bounding rectangle.
y4 As Long
Specifies the y-coordinate, in logical units, of the endpoint
of the radial defining the ending point of the arc.
x3 As Long
Specifies the x-coordinate, in logical units, of the endpoint
of the radial defining the starting point of the arc.
x4 As Long
Specifies the x-coordinate, in logical units, of the endpoint
of the radial defining the ending point of the arc.
y1 As Long
Specifies the y-coordinate, in logical units, of the upper-left
corner of the bounding rectangle.