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