Method Move
| Edit this page View SourceMove(Window, int, int)
Positions the window
Declaration
public static void Move(this Window window, int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | Window |
| int | x | Left side of the window |
| int | y | Top side of the window |