Table of Contents

Interface IWindowState

Namespace
Whim
Assembly
Whim.dll
The state of a window.
public interface IWindowState

Properties

Rectangle

The dimensions of the bounding rectangle of the specified window.
IRectangle<int> Rectangle { get; set; }

Property Value

IRectangle<int>

Window

The window in question.
IWindow Window { get; }

Property Value

IWindow

WindowSize

The state of the window.
WindowSize WindowSize { get; set; }

Property Value

WindowSize