In This Topic
            
            The following tables list the members exposed by PointF.
            
            Public Constructors
|  | Name | Description | 
|---|
|  | PointF Constructor | Initializes a new instance of the PointF class with the specified coordinates. | 
TopPublic Fields
|  | Name | Description | 
|---|
|   | Empty | Represents a PointF that has X and Y values set to zero. | 
TopPublic Properties
|  | Name | Description | 
|---|
|  | X | Gets or sets the x-coordinate of this point. | 
|  | Y | Gets or sets the y-coordinate of this point. | 
TopPublic Methods
            
            
            
            
            
            
            
            
            Public Operators
|  Equality | Compares two PointF objects. The result specifies whether the values of the X and properties of the two PointF objects are equal. | 
|  Inequality | Compares two PointF objects. The result specifies whether the values of the and Y properties of the two PointF objects are unequal. | 
TopSee Also