[]
Adjustes the window position.
public void PositionWindow(Point position)
| Type | Name | Description |
|---|---|---|
| Point | position | A Point indicates the position of the window. |
Adjustes the window position, and workArea.
public void PositionWindow(Point position, Rectangle workArea)
| Type | Name | Description |
|---|---|---|
| Point | position | A Point indicates the position of the window. |
| Rectangle | workArea | A Rectangle indicates the work area of the window. |