Point |
public struct PointD
The PointD type exposes the following members.
| Name | Description | |
|---|---|---|
| PointD(Point64) | Initializes a new instance of the PointD struct from a Point64 instance. | |
| PointD(PointD) | Initializes a new instance of the PointD struct. | |
| PointD(Double, Double) | Initializes a new instance of the PointD struct. | |
| PointD(Int64, Int64) | Initializes a new instance of the PointD struct. | |
| PointD(Point64, Double) | Initializes a new instance of the PointD struct from a Point64 instance, applying a scale. | |
| PointD(PointD, Double) | Initializes a new instance of the PointD class from another PointD instance, applying a scale. |
| Name | Description | |
|---|---|---|
| Equals |
Determines if the specified object is equal to the current PointD.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Returns the hash code for the current PointD.
(Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Negate | Negates the coordinates of the point. | |
| ToString |
Returns a string representation of the point.
(Overrides ValueTypeToString) | |
| ToString(Int32) | Returns a string representation of the point with the specified precision. |
| Name | Description | |
|---|---|---|
| Equality(PointD, PointD) | Determines if two PointD instances are equal. | |
| Inequality(PointD, PointD) | Determines if two PointD instances are not equal. |