Table of Contents

Class SelectionRectangleEventArgs

Namespace
Artemis.UI.Shared.Events
Assembly
Artemis.UI.Shared.dll

Provides data on selection events raised by the SelectionRectangle.

public class SelectionRectangleEventArgs : EventArgs
Inheritance
object
SelectionRectangleEventArgs
Inherited Members

Constructors

SelectionRectangleEventArgs(Rect, Rect, KeyModifiers)

Creates a new instance of the SelectionRectangleEventArgs class.

public SelectionRectangleEventArgs(Rect rectangle, Rect absoluteRectangle, KeyModifiers keyModifiers)

Parameters

rectangle Rect
absoluteRectangle Rect
keyModifiers KeyModifiers

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