これは内部使用専用です。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Function Round( _
   ByVal  As PointD _
) As System.Drawing.Point
             
        
            
            '使用法
 
Dim value As PointD
Dim value As System.Drawing.Point
 
value = Utils.Round(value)
             
        
            
            public static System.Drawing.Point Round( 
   PointD 
)
             
        
             
        
            パラメータ
- value
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照