Method MoveAndResize
| Edit this page View SourceMoveAndResize(Window, double, double, double, double)
Positions and resizes the window
Declaration
public static void MoveAndResize(this Window window, double x, double y, double width, double height)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | Window |
| double | x | Left side of the window |
| double | y | Top side of the window |
| double | width | Width of the window in device independent pixels. |
| double | height | Height of the window in device independent pixels. |