Previous Document Next Document

Object Model Reference : Classes : C : CorelScript : Methods : CorelScript.DrawCurveMoveTo


CorelScript.DrawCurveMoveTo

Function DrawCurveMoveTo(x As Long, y As Long) As Long

Description

Member of CorelScript

The DrawCurveMoveTo method specifies the coordinates when drawing non-continuous curves in Freehand mode.

 
The DrawCurveMoveTo method must be in a contiguous block of one or more DrawCurve... methods. The first DrawCurve... method in the block must be preceded by the CorelScript.BeginDrawCurve method, and the last must be followed by the CorelScript.EndDrawCurve method.
 

Parameter
Description
x
Specifies the x-coordinate of the point to move to without drawing, in tenths of a micron and relative to the center of the page
y
Specifies the y-coordinate of the point to move to without drawing, in tenths of a micron and relative to the center of the page

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.