Sets the clipping region.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub SetClipRegion( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            '使用法
 
Dim instance As GraphicsUtils.GdiDc
Dim left As System.Integer
Dim top As System.Integer
Dim width As System.Integer
Dim height As System.Integer
Dim mode As System.Integer
 
instance.SetClipRegion(left, top, width, height, mode)
             
        
            
            public void SetClipRegion( 
   System.int ,
   System.int ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- left
 
- top
 
- width
 
- height
 
- mode
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照