[]
Used to adjust an element's current location. The x, and y parameters represent the
absolute on-screen position of the top-left corner in pixels, not the delta between the
desired location and the window's current location.
void Move(double x, double y)
Type | Name | Description |
---|---|---|
double | x | absolute on-screen position of the top left corner |
double | y | absolute on-screen position of the top left corner |