User Guide
Document functions 159
Returns
Nothing.
Description
Inserts a Bézier point in the selected path. This function is similar to dom.appendPointToPath()
but includes a
tParameter argument, which lets you control where the point is inserted.
See also
dom.appendPointToPath()
dom.insertSmartShapeAt()
Availability
Fireworks MX 2004.
Usage
dom.insertSmartShapeAt(name, location, useToolBlendModeOpacity)
Arguments
name
A string specifying the name of the Auto Shape.
location The upper left point of the Auto Shape.
useToolBlendModeOpacity Determines whether the new shape object should have the blend
mode and opacity settings set for the Auto Shape Tools (set by the user in the Property inspector),
or use standard values. The
bUseToolBlendModeOpacity argument is a Boolean value: true if
the shape will use the blend mode and opacity set for the Auto Shape Tools;
false if the shape
will use the standard values (alpha blend mode and 100% opacity).
Returns
Nothing.
Description
Inserts an Auto Shape at the specified location.
dom.isSelectionDirectlyAboveBitmapObject()
Availability
Fireworks MX.
Usage
dom.isSelectionDirectlyAboveBitmapObject()
Arguments
None.
Returns
A Boolean value: true if the selected objects are directly above an image element;
false otherwise.