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
Window
The window in question.
IWindow Window { get; }
Property Value
WindowSize
The state of the window.
WindowSize WindowSize { get; set; }