[]
Adjustes the window position.
public void PositionWindow(Point position)
Public Sub PositionWindow(position As Point)
| 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)
Public Sub PositionWindow(position As Point, workArea As Rectangle)
| Type | Name | Description |
|---|---|---|
| Point | position | A Point indicates the position of the window. |
| Rectangle | workArea | A Rectangle indicates the work area of the window. |