[]
        
(Showing Draft Content)

C1.WPF.Maps.IMapProjection.Unproject

Unproject Method

Unproject(Point)

Inverse of Project(Point).

Declaration
Point Unproject(Point point)
Function Unproject(point As Point) As Point
Parameters
Type Name Description
Point point

The logical coordinate to apply the inverse projection.

Returns
Type Description
Point

The geographic coordinate corresponding to the logical coordinate.