Sets the clipping region of this Graphics object to the result of the specified operation combining the current clip region and the rectangle specified by a System.Drawing.Rectangle structure.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub SetClip( _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Drawing.Drawing2D.CombineMode _
) 
             
        
            
            public void SetClip( 
   System.Drawing.Rectangle ,
   System.Drawing.Drawing2D.CombineMode 
)
             
        
             
        
            パラメータ
- rectangle
 
- System.Drawing.Rectangle structure to combine.
 - combineMode
 
- Member of the System.Drawing.Drawing2D.CombineMode enumeration that specifies the combining operation to use.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照