Class ClientWindowInfo
public record ClientWindowInfo : IEquatable<ClientWindowInfo>
- Inheritance
-
ClientWindowInfo
- Implements
- Inherited Members
Constructors
ClientWindowInfo(bool, ClientWindow, ClientWindowState, int, int, int, int)
public ClientWindowInfo(bool Active, ClientWindow ClientWindow, ClientWindowState State, int Height, int Width, int X, int Y)
Parameters
Active
boolClientWindow
ClientWindowState
ClientWindowStateHeight
intWidth
intX
intY
int
Properties
Active
public bool Active { get; init; }
Property Value
ClientWindow
public ClientWindow ClientWindow { get; init; }
Property Value
Height
public int Height { get; init; }
Property Value
State
public ClientWindowState State { get; init; }
Property Value
Width
public int Width { get; init; }
Property Value
X
public int X { get; init; }
Property Value
Y
public int Y { get; init; }