Method SetWindowSize
SetWindowSize(Size)
Sets the size dimensions of the native window without altering its current position.
Declaration
void SetWindowSize(Size windowSize)
Parameters
Type | Name | Description |
---|---|---|
Size | windowSize | A Size specifying the new width and height of the window. |