Click or drag to resize

CoordinatesPointToCoordinates Method

Converts a point from logical coordinates in the range 0..1 into latitude/longitude WGS-84 coordinates (in degrees).

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static Coordinates PointToCoordinates(
	Point value
)

Parameters

value
Type: System.WindowsPoint
The logical point value.

Return Value

Type: Coordinates
The coordinates
See Also