Initializes a new instance of the 
SizeD structure.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Double, _
   ByVal  As System.Double _
)
             
        
            
            '使用法
 
Dim width As System.Double
Dim height As System.Double
 
Dim instance As New SizeD(width, height)
             
        
            
            public SizeD( 
   System.double ,
   System.double 
)
             
        
             
        
            パラメータ
- width
 
- The horizontal component of the SizeD.
 - height
 
- The vertical component of the SizeD.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照