MathPoint structure

An immutable 2D point.

public struct MathPoint : IEquatable<MathPoint>

Public Members

name description
MathPoint(…) Initializes a new instance of the MathPoint struct.
X { get; } Gets the X value.
Y { get; } Gets the Y value.
Equals(…) Indicates whether the current object is equal to another object of the same type.
override Equals(…) Indicates whether this instance and a specified object are equal.
override GetHashCode() Returns the hash code for this instance.
override ToString() Provides a string representation of this point.
operator == Test whether two specified MathPoint structures are equivalent.
operator != Test whether two specified color structures are different.

See Also