The Point type exposes the following members.
| Name | Description |
---|
  | Add |
Returns a Point whose coordinates are the sum of
the respective coordinates of two other points.
|
  | Distance |
Returns the Euclidean distance between two points.
|
 | Equals |
Overridden. Returns a value indicating whether this
instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) |
  | FromIntersection |
Returns a Point that is the intersection
of two lines.
|
 | GetHashCode |
Overridden. Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | ManhattanDistance |
Returns the "Manhattan distance" between two points.
|
  | Subtract |
Returns a Point whose coordinates are the differences between
the respective coordinates of two other points.
|
 | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Reference