Window.MoveTo Method (Typed) | |
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
public virtual Point MoveTo(
Point oPoint
)
Request Example
View SourceParameters
- 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