User Guide
Document functions 153
dom.getPixelMask()
Availability
Fireworks 3, deprecated in 4.
Usage
dom.getPixelMask()
Arguments
None.
Returns
The mask for the current pixel selection. Returns null if Fireworks is not in bitmap mode, or if
there is no pixel selection. For information on the format of mask variables, see “Mask data type”
on page 11.
Description
Gets the current pixel-selection mask. The result of this call could be used to call
“dom.enableElementMask()” on page 145 or “dom.enterPaintMode()” on page 146.
dom.getSelectionBounds()
Availability
Fireworks 3.
Usage
dom.getSelectionBounds()
Arguments
None.
Returns
A rectangle (see “Rectangle data type” on page 11). Returns null if nothing is selected.
Description
Gets the bounding rectangle of the selection.
dom.getShowGrid()
Availability
Fireworks 3.
Usage
dom.getShowGrid()
Arguments
None.