Window.MoveTo Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual MoveTo(
Usual oPoint = default
)
Request Example
View SourceParameters
- 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