Point Structure |
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
| Point(Double, Double) | Initializes a new instance of the Point struct. | |
| Point(Double, Double, LengthUnit) | Initializes a new instance of the Point struct. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this
Point instance.
(Overrides ValueTypeEquals(Object)) | |
| Equals(Point) | Determines whether the other Point is equal to this Point instance. | |
| GetHashCode |
Returns a hash code for this Point instance.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns the value as string, in such format: X:4.4347; Y:105.343023.
(Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Equality(Point, Point) | Determines whether first and second Points are equal. | |
| Inequality(Point, Point) | Determines whether first and second Points are not equal. |