Point Methods |
The Point type exposes the following members.
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) |