Method GetMonitorBounds
GetMonitorBounds(Window)
Declaration
public static Rect GetMonitorBounds(Window window)
Parameters
Type | Name | Description |
---|---|---|
Window | window |
Returns
Type | Description |
---|---|
Rect |
GetMonitorBounds(Rectangle)
Declaration
public static Rectangle GetMonitorBounds(Rectangle rect)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | rect |
Returns
Type | Description |
---|---|
Rectangle |
GetMonitorBounds(nint)
Declaration
public static Rect GetMonitorBounds(nint windowHandle)
Parameters
Type | Name | Description |
---|---|---|
nint | windowHandle |
Returns
Type | Description |
---|---|
Rect |