The render tag for rendering the marquee rectangle of MarqueeSelectionInputMode.
Inheritance Hierarchy
Remarks
The MarqueeSelectionInputMode provides instances of this class to implementations of IObjectRenderer<MarqueeRenderTag>.
This class cannot be instantiated
Members
No filters for this type
Properties
Gets the MarqueeSelectionInputMode instance that manages the renderer.
Gets the MarqueeSelectionInputMode instance that manages the renderer.
readonlyfinal
Gets the current marquee selection rectangle in view or world coordinates.
Gets the current marquee selection rectangle in view or world coordinates.
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.
readonlyfinal
Directly reflects useViewCoordinates and determines whether the selectionRectangle is shown in view coordinates or intermediate coordinates.
readonlyfinal
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.