Method SetWindowSize
| Edit this page View SourceSetWindowSize(Window, double, double)
Sets the width and height of the window in device-independent pixels.
Declaration
public static void SetWindowSize(this Window window, double width, double height)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | Window to set the size for. |
| double | width | Width of the window in device-independent units. |
| double | height | Height of the window in device-independent units. |