Combines the specified region with the current clipping region using the specified mode.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub SetClippingRegion( _
   ByVal regionHandle As System.IntPtr, _
   ByVal  As System.Drawing.Drawing2D.CombineMode _
) 
             
        
            
            public void SetClippingRegion( 
   System.IntPtr regionHandle,
   System.Drawing.Drawing2D.CombineMode 
)
             
        
             
        
            パラメータ
- regionHandle
 
- A System.IntPtr that indicates handle to the region to be selected. This handle can only be IntPtr.Zero when the CombineMode.Replace mode is specified
 - combineMode
 
- A System.Drawing.Drawing2D.CombineMode that indicates the combine mode.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照