Compare(CoordPoint, CoordPoint, Double)
static
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the two specified CoordPoint objects are equal.
|
GetHashCode()
|
Gets the hash code (a number) that corresponds to the value of the current CoordPoint object.
|
GetType()
|
Gets the Type of the current instance.
|
GetX()
|
Returns the value of the X coordinate.
|
GetY()
|
Returns the value of the Y coordinate.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Offset(Double, Double)
|
Initializes an instance of a CoordPoint class descendant object offset by specified values.
|
Parse(String)
static
|
Initializes a Cartesian point from a string.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns the textual representation of the CoordPoint.
|
ToString(IFormatProvider)
|
Returns the textual representation of the CoordPoint.
|