Class SelectionRectangleEventArgs
Provides data on selection events raised by the SelectionRectangle.
Inherited Members
Namespace: Artemis.UI.Shared.Events
Assembly: Artemis.UI.Shared.dll
Syntax
public class SelectionRectangleEventArgs : EventArgs
Constructors
SelectionRectangleEventArgs(Rect, Rect, KeyModifiers)
Creates a new instance of the SelectionRectangleEventArgs class.
Declaration
public SelectionRectangleEventArgs(Rect rectangle, Rect absoluteRectangle, KeyModifiers keyModifiers)
Parameters
Type | Name | Description |
---|---|---|
Rect | rectangle | |
Rect | absoluteRectangle | |
KeyModifiers | keyModifiers |
Properties
AbsoluteRectangle
Gets the rectangle relative to the window that was selected when the event occurred.
Declaration
public Rect AbsoluteRectangle { get; }
Property Value
Type | Description |
---|---|
Rect |
KeyModifiers
Gets the key modifiers that where pressed when the event occurred.
Declaration
public KeyModifiers KeyModifiers { get; }
Property Value
Type | Description |
---|---|
KeyModifiers |
Rectangle
Gets the rectangle relative to the parent that was selected when the event occurred.
Declaration
public Rect Rectangle { get; }
Property Value
Type | Description |
---|---|
Rect |