Object Model Reference : Classes : C : CorelScript : Methods : CorelScript.DrawCurveLineTo |
Function DrawCurveLineTo(x As Long, y As Long) As Long
Member of CorelScript
The DrawCurveLineTo method specifies the coordinates when drawing continuous curves in Freehand mode.
• |
The DrawCurveLineTo 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.
|
• |
The other DrawCurve... methods are CorelScript.DrawCurveClosePath,
CorelScript.DrawCurveCurveTo, and CorelScript.DrawCurveMoveTo.
|
Copyright 2013 Corel Corporation. All rights reserved.