SetSize
Description
Sets width and height of window
Syntax
// window points to instance of IWindow
await window.SetSize(width, height);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| width | Required | number | New width of window |
| height | Required | number | New height of window |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |