Search
SinglePointerController Constructor
See Also
 





Initializes a new instance of the SinglePointerController class.

Namespace: MindFusion.Diagramming
Package: SinglePointerController.js

 Syntax

JavaScript  Copy Code

function SinglePointerController (modifiedItem, adjustmentHandle)

 Parameters

modifiedItem

DiagramItem. The item that will be modified by this controller.

adjustmentHandle

Object. An object representing the adjustment handle used to modify the item.

 See Also