Class SelectionRectangleEventArgs
Provides data on selection events raised by the SelectionRectangle.
public class SelectionRectangleEventArgs : EventArgs
- Inheritance
-
objectSelectionRectangleEventArgs
- Inherited Members
Constructors
SelectionRectangleEventArgs(Rect, Rect, KeyModifiers)
Creates a new instance of the SelectionRectangleEventArgs class.
public SelectionRectangleEventArgs(Rect rectangle, Rect absoluteRectangle, KeyModifiers keyModifiers)
Parameters
rectangleRectabsoluteRectangleRectkeyModifiersKeyModifiers
Properties
AbsoluteRectangle
Gets the rectangle relative to the window that was selected when the event occurred.
public Rect AbsoluteRectangle { get; }
Property Value
- Rect
KeyModifiers
Gets the key modifiers that where pressed when the event occurred.
public KeyModifiers KeyModifiers { get; }
Property Value
- KeyModifiers
Rectangle
Gets the rectangle relative to the parent that was selected when the event occurred.
public Rect Rectangle { get; }
Property Value
- Rect