Search
ModifySelectionController Members
Constructors Methods
 


A controller used to modify multiple selected items in the diagram.

The following tables list the members exposed by the ModifySelectionController type.

 Public Constructors

  Name Description

ModifySelectionController

Initializes a new instance of the ModifySelectionController class.

 Public Methods

  Name Description

cancel

Called when the user stops drawing or modifying a diagram element, rejecting the operation. (Inherited from SinglePointerController.)

commit

SinglePointerController.commit override.

drawInteraction

Called to draw current state of user interaction. (Inherited from SinglePointerController.)

move

SinglePointerController.move override.

start

SinglePointerController.start override.

validate

SinglePointerController.validate override.

 See Also