Method SetWindowRect
SetWindowRect(Rectangle)
Sets the rectangular bounds of the native window, including position and size.
Declaration
void SetWindowRect(Rectangle windowRect)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | windowRect | A Rectangle specifying the new position and size of the window. |