Document functions
165
Arguments
whichPath
A zero-based index that specifies an index into the list of selected items, indicating
which item contains the Bézier handles to move.
contourIndex
A zero-based index that specifies the contour that contains the handles to move.
For paths with multiple contours, the contours are in an arbitrary order.
ptToModify
A zero-based index that specifies the point whose handles are moved.
deltaControlPointFirst
and
deltaControlPointLast
Points that specify the
x,y
coordinate values by which the preceding control point and the following control point of
ptToModify
are moved. For example, passing ({
x
:
1
,
y
:
2
}) specifies a location that is right by 1 pixel
and down by 2 pixels.
Returns
Nothing.
Description
Moves the specified point’s Bézier handles by a certain amount.
dom.moveElementMaskBy()
Availability
Fireworks 4.
Usage
dom.moveElementMaskBy(
delta
)
Arguments
delta
A point that specifies the
x,y
coordinate values by which the element masks are moved
(see
“Point data type” on page 11
). For example, passing ({
x
:
1
,
y
:
2
}) moves the element masks 1
pixel to the right and 2 pixels down.
Returns
Nothing.
Description
For all the elements in the selection that have element masks (linked or unlinked), it moves the
element masks by the specified amount. Elements without element masks are ignored. If no
elements in the selection have element masks, an exception is thrown.
dom.moveFillVectorHandleBy()
Availability
Fireworks 3.
Usage
dom.moveFillVectorHandleBy(
delta
,
whichHandle
,
bConstrain
,
bMoveJustOne
)
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...