The render tag for rendering the marquee rectangle of MarqueeSelectionInputMode.
Remarks
The MarqueeSelectionInputMode provides instances of this class to implementations of IObjectRenderer<MarqueeRenderTag>.
This class cannot be instantiated
Type Details
- yFiles module
- view
Properties
Gets the MarqueeSelectionInputMode instance that manages the renderer.
Gets the current marquee selection rectangle in view or world coordinates.
Remarks
The rectangle is given in view coordinates, iff useViewCoordinates is true
. It is given in intermediate coordinates, iff useViewCoordinates is false
.
The selection rectangle may be given in different coordinate systems, because with a projection other than the identity, a rectangle in view coordinates does not correspond to an (axis-parallel) rectangle in intermediate coordinates.
Gets whether or not the marquee has to be rendered in view coordinates or intermediate coordinates.
Remarks
Property Value
true
, if the marquee rectangle has to be drawn in view coordinates. false
, if the marquee rectangle has to be drawn in intermediate coordinates.