Event arguments used by MarqueeSelectionInputMode.
Inheritance Hierarchy
EventArgs
InputModeEventArgs
MarqueeSelectionEventArgs
Remarks
This class cannot be instantiated
Type Details
- yFiles module
- view
Properties
Gets the context for the current event.
Gets the current selection as a path of the MarqueeSelectionInputMode.
Gets a value determining the SelectionPolicy that is currently set by the user.
Gets the current selectionRectangle of the MarqueeSelectionInputMode.
Gets a value determining whether path takes precedence over rectangle.
Remarks
This is the case when useViewCoordinates is
true
and a projection is set. In that case, the rectangle does not represent a useful value, since a rectangle in view coordinates is represented by a different shape in world coordinates.