Previous Document Next Document

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


CorelScript.DrawCurveLineTo

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

Description

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.
 

Parameter
Description
x
Specifies the x-coordinate of the next node of the curve, in tenths of a micron and relative to the center of the page
y
Specifies the y-coordinate of the next node of the curve, 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.