Draw.MoveTo



MoveTo(hdc As OLE_HANDLE,x As Long,y As Long)

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 new position.
y As Long
Y-coordinate of the new position.
ED
not used
RT
avaliable

Remarks

Moves the current position to the point specified by x and y (or by point).

See Also

Draw