Method SetWindowPos
SetWindowPos(Point)
Updates the position of the native window without changing its size.
Declaration
void SetWindowPos(Point windowPos)
Parameters
| Type | Name | Description |
|---|---|---|
| Point | windowPos | A Point specifying the new top-left corner position of the window. |