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