[]
        
(Showing Draft Content)

C1.FlexMap.CartesianCoordinateSystem.Project

Project Method

Project(Point)

Projects a geometry coordinate to logical coordinate.

Declaration
public Point Project(Point longLat)
Parameters
Type Name Description
Point longLat

The geometry coordinate to project.

Returns
Type Description
Point

The logical coordinate corresponding to the geometry coordinate.

Implements