Point Methods
Methods
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 ValueType.Equals(Object)) |
From | Returns a Point that is the intersection of two lines. |
Get |
Overridden. Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Manhattan | 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) |