User Guide

40 The Fireworks Object Model
The following table lists the methods of the ControlPoint object, along with their parameters.
Method Parameter Definition
RegisterMove()
object The RegisterMoveParms object containing
the move parameters. Use
smartShape.GetDefaultMoveParms() to
obtain this object, then adjust properties as
needed. For a list of properties, see
“RegisterMoveParms object” on page 70.
RegisterLinearMove()
point A point, which in combination with the node
point, defines the line to move along.
object The RegisterMoveParms object containing
the move parameters. Use
smartShape.GetDefaultMoveParms() to
obtain this object, then adjust properties as
needed. For a list of properties, see
“RegisterMoveParms object” on page 70.
RegisterCircularMove()
point The center point for the circular movement.
object The RegisterMoveParms object containing
the move parameters. Use
smartShape.GetDefaultMoveParms() to
obtain this object, then adjust properties as
needed. For a list of properties, see
“RegisterMoveParms object” on page 70
RegisterPolygonMove()
point The center point for the polygon.
object The RegisterMoveParms object containing
the move parameters. Use
smartShape.GetDefaultMoveParms() to
obtain this object, then adjust properties as
needed. For a list of properties, see
“RegisterMoveParms object” on page 70.
RegisterInsertBBoxMove()
object The RegisterMoveParms object containing
the move parameters. Use
smartShape.GetDefaultMoveParms() to
obtain this object, then adjust properties as
needed. For a list of properties, see
“RegisterMoveParms object” on page 70.