[]
        
(Showing Draft Content)

C1.FlexMap.CartesianCoordinateSystem.Unproject

Unproject Method

Unproject(Point)

Inverse of Project(Point). Unprojects a logical coordinate to a geometry 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 geometry coordinate corresponding to the logical coordinate.

Implements