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))
FromIntersection Returns a Point that is the intersection of two lines.
GetHashCode Overridden. Returns the hash code for this instance.
(Overrides ValueType.GetHashCode())
GetTypeGets 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.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also