Click or drag to resize

Coordinates Methods

The Coordinates type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCoordinatesToPoint Converts a point from latitude/longitude WGS-84 coordinates (in degrees) into logical XY coordinates in the range 0..1
Public methodEquals(Coordinates) Determines whether the specified Coordinates is equal to this instance.
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberPointToCoordinates Converts a point from logical coordinates in the range 0..1 into latitude/longitude WGS-84 coordinates (in degrees).
Public methodToString Returns a String that represents this instance.
(Overrides ValueTypeToString)
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also