The PointD type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Equals | (Overrides ValueType..::.Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns a hash code for this PointD structure. (Overrides ValueType..::.GetHashCode()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Subtract | Overloaded. | |
| ToString | Converts this PointD to a human readable string. (Overrides ValueType..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Equality | ||
| Implicit | ||
| Inequality | Determines whether the coordinates of the specified points are not equal. | |
| Subtraction | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| Empty | Represents a new instance of the PointD class with member data left uninitialized. |
Properties
| Name | Description | |
|---|---|---|
| IsEmpty | Gets a value indicating whether this PointD is empty. | |
| X | Gets or sets the x-coordinate of this PointD. | |
| Y | Gets or sets the y-coordinate of this PointD. |