210
Fireworks JavaScript API
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 12
). 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
)
Arguments
delta
A point that specifies the
x,y
coordinate values by which the handle is moved (see
“Point data type” on page 12
). For example, passing
({
x
:
1
,
y
:
2})
specifies a location that is
right by 1 pixel and down by 2 pixels.
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...