[]
        
(Showing Draft Content)

C1.FlexMap.MercatorProjection.-ctor

MercatorProjection Constructor

MercatorProjection()

Initializes a new MercatorProjection.

Declaration
public MercatorProjection()

MercatorProjection(double, double, double, double)

Initializes a new MercatorProjection.

Declaration
public MercatorProjection(double scaleX, double scaleY, double offsetX, double offsetY)
Parameters
Type Name Description
double scaleX

Scale applied to the x coordinate after the projection.

double scaleY

Scale applied to the y coordinate after the projection.

double offsetX

Offset added to the x coordinate after the projection and after scaling.

double offsetY

Offset added to the y coordinate after the projection and after scaling.