Click or drag to resize

Window.MoveTo Method (Typed)

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

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

Parameters

oPoint
Type: Point
The position of the pen, in canvas coordinates.

Return Value

Type: Point
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