Method Move
Move(int, int)
Move the applications main window
Declaration
void Move(int Left, int Top)
Parameters
| Type | Name | Description |
|---|---|---|
| int | Left | New position of left edge of window in screen co-ordinates |
| int | Top | New position of top edge of window in screen co-ordinates |