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