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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next