Point2D Methods |
[This is preliminary documentation and is subject to change.]
The Point2D type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(Point2D) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
ToString |
Convert the current point into a user-friendly string representation of the point.
X and Y are expressed in millimeters
(Overrides ObjectToString.) |