282
Fireworks JavaScript API
Arguments
roundness
A floating-point value between 0 and 1 that specifies the roundness to use for
the corners (
0
is no roundness,
1
is 100% roundness).
Returns
Nothing.
Description
Modifies the corner roundness of all the selected rectangle primitives.
See also
dom.addNewRectanglePrimitive()
,
dom.setRectSides()
dom.setRectSides()
Availability
Fireworks 4.
Usage
dom.setRectSides(
newSides
)
Arguments
newSides
A rectangle that specifies the new untransformed sides of the rectangle primitive
(see
“Rectangle data type” on page 12
). Rectangle primitives remember their transformations,
so the user sees the transformed result of
newSides
in the document.
Returns
Nothing.
Description
Modifies the untransformed sides of all selected rectangle primitives.
See also
dom.addNewRectanglePrimitive()
,
dom.setRectRoundness()
Содержание FIREWORKS 8-EXTENDING FIREWORKS
Страница 1: ...Extending Fireworks ...
Страница 4: ...4 Contents ...
Страница 358: ...358 Fireworks JavaScript API ...
Страница 372: ...372 Index ...