Initializes a new instance of the 
OffsetsI structure.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
)
             
        
            
            '使用法
 
Dim left As System.Integer
Dim top As System.Integer
Dim right As System.Integer
Dim bottom As System.Integer
 
Dim instance As New OffsetsI(left, top, right, bottom)
             
        
            
            public OffsetsI( 
   System.int ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- left
 
- The left offset.
 - top
 
- The top offset.
 - right
 
- The right offset.
 - bottom
 
- The bottom offset.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照