Draw.LineTo



LineTo(hdc As OLE_HANDLE,x As Long,y As Long) As Boolean

Parameters

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.
x As Long
X-Coordinate of the endpoint of the line.
y As Long
Y-Coordinate of the endpoint of the line.
ED
not used
RT
avaliable

Remarks

Draw a line to a coordinate.

See Also

Draw