Search
CreateSelectionController Members
Constructors Methods
 


A controller used to draw selection rectangle in the diagram.

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

 Public Constructors

  Name Description

CreateSelectionController

Initializes a new instance of the CreateSelectionController 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

SinglePointerController.drawInteraction override.

move

SinglePointerController.move override.

start

SinglePointerController.start override.

validate

Called to validate the operation at current pointer position. (Inherited from SinglePointerController.)

 See Also