PositionWindow(Point,Rectangle) Method
In This Topic
Adjustes the window position, and workArea.
Syntax
'Declaration
Public Overloads Sub PositionWindow( _
ByVal As Point, _
ByVal As Rectangle _
)
public void PositionWindow(
Point ,
Rectangle
)
Parameters
- position
- A System.Drawing.Point indicates the position of the window.
- workArea
- A System.Drawing.Rectangle indicates the work area of the window.
See Also