Initialize a new instance of 
ResourceRegionstruct.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
)
             
        
            
            public ResourceRegion( 
   System.int ,
   System.int ,
   System.int ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- left
 
- Left coordinates (inclusive)
 - top
 
- Top coordinates (inclusive)
 - front
 
- Front coordinates (inclusive)
 - right
 
- Right coordinates (exclusive)
 - bottom
 
- Bottom coordinates (exclusive)
 - back
 
- Back coordinates (exclusive)
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照