[]
        
(Showing Draft Content)

C1.FlexMap.GeographicCoordinateSystem.Unproject

Unproject Method

Unproject(Point)

Inverse of Project(Point). Unprojects a logical coordinate to a geographic coordinate.

Declaration
public Point Unproject(Point 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.

Implements