![MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual Download Page 160](http://html1.mh-extra.com/html/macromedia/dreamweaver-mx-2004-extending-dreamweaver/dreamweaver-mx-2004-extending-dreamweaver_manual_3335562160.webp)
160
Chapter 5: Fireworks JavaScript API
Description
Tests to see if the selected object(s) are directly above a bitmap object. The selection does not need
to be contiguous, although at least one item in the selection must be directly above a bitmap.
dom.joinPaths()
Availability
Fireworks 3.
Usage
dom.joinPaths()
Arguments
None.
Returns
Nothing.
Description
Joins the selected paths.
dom.knifeElementsFromPoint()
Availability
Fireworks 3.
Usage
dom.knifeElementsFromPoint(
from
,
tolerance
)
Arguments
from
A point that specifies the
x,y
coordinates of the point that the user clicked (see
“Point data
type” on page 11
).
tolerance
A floating-point value > = 0 that specifies the tolerance within which items are cut.
Returns
Boolean value:
true
if anything was cut;
false
otherwise.
Description
When the user clicks a single point while using the Knife tool, this function cuts paths within the
specified tolerance. This action is similar to using the Knife tool with a single click.
See also
dom.knifeElementsFromPoints()
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...