ウィンドウの位置と作業領域を調整します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub PositionWindow( _
   ByVal  As System.Drawing.Point, _
   ByVal  As System.Drawing.Rectangle _
) 
             
        
            
            public void PositionWindow( 
   System.Drawing.Point ,
   System.Drawing.Rectangle 
)
             
        
             
        
            パラメータ
- position
 
- ウィンドウの位置を示す System.Drawing.Point。
 - workArea
 
- ウィンドウの作業領域を示す System.Drawing.Rectangle。
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照