In This Topic
            
            Initializes a new instance of the PointF class with the specified coordinates.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.Single, _
   ByVal  As System.Single _
)
             
        
            
            public PointF( 
   System.float ,
   System.float 
)
             
        
             
        
            Parameters
- x
- The horizontal position of the point.
- y
- The vertical position of the point.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also