Object Model Reference : Classes : C : CorelScript : Methods : CorelScript.BeginDrawBezier |
Function BeginDrawBezier(x As Long, y As Long, Cusp As Boolean) As Long
Member of CorelScript
The BeginDrawBezier method creates the first point of a Bézier segment.
• |
The second point is added by the CorelScript.AddBezierPoint method.
However, the segment itself is not added until the CorelScript.EndDrawBezier
method is called.
|
• |
This method must be preceded by the CorelScript.InitBezierTool method.
|
• |
You can control the position of the created point by using the
CorelScript.MoveBezierControl method.
|
Copyright 2013 Corel Corporation. All rights reserved.