Click or drag to resize

Window.MoveTo Method

X#
Move the current pen to a point on the window's canvas area.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MoveTo(
	oPoint
) AS USUAL CLIPPER
Request Example View Source

Parameters

oPoint (Optional)
Type: Usual
The position of the pen, in canvas coordinates.

Return Value

Type: Usual
A point representing the previous location of the pen, in canvas coordinates.
Remarks
The pen location may not be remembered between event handlers.
See Also