DxWindow.MoveAsync Method
| Name | Parameters | Description |
|---|---|---|
| MoveAsync(Double, Double, CancellationToken) | x, y, token | Asynchronously moves the Window to the specified coordinates. |
| MoveAsync(Point, CancellationToken) | leftTopCornerPoint, token | Asynchronously moves the Window to the specified point. |