Point Methods |
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Compare for equality.
(Overrides ValueTypeEquals(Object).) |
|
| Equals(Point, Double) |
Compare for equality.
|
|
| GetHashCode |
Obtain a hash code for the Point.
(Overrides ValueTypeGetHashCode.) |
|
| ToString |
Convert the Point to a human readable string
such as \'X=10; Y=20\'.
(Overrides ValueTypeToString.) |
|
| ToString(IFormatProvider) |
Convert the Point to a human readable string
such as \'X=10; Y=20\'.
|