dom.appendPointToPath()
Availability
Fireworks 3.
Usage
dom.appendPointtoPath(ontourIndex, ptToInsertBefore, controlPointFirst,
mainPoint, controlPointLast)
Arguments
An zero-based index value that specifies the contour to which the Bézier
contourIndex
point is appended. For paths with multiple contours, the contours are in an arbitrary order.
A zero-based index value that specifies where on the path the new point
ptToInsertBefore
should be placed. The new point is appended in front of the point that this integer represents.
To add a point to the beginning of the path, pass
; to add a point to the end of the path, pass
0
a large number.
,
and
Points that specify the x,y
controlPointFirst
mainPoint,
controlPointLast
coordinates of the preceding control point, the main point, and the following control point of
the new point (see
"Point data type" on page
12).
Returns
Nothing.
Description
Appends a Bézier point to the selected path.
See also
dom.insertPointInPath()
dom.appendPointToSlice()
Availability
Fireworks 3.
Usage
dom.appendPointToSlice(pt, tolerance)
152
Fireworks JavaScript API
Need help?
Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?
Questions and answers