In This Topic
The following tables list the members exposed by PointD.
Public Constructors
| Name | Description |
![Public Constructor](template/packages/core-dotnet/images/publicConstructor.png) | PointD Constructor | Initializes a new instance of the PointD class with the specified coordinates. |
Top
Public Fields
| Name | Description |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Empty | Represents a PointD that has X and Y values set to zero. |
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | X | Gets or sets the x-coordinate of this point. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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