ComponentOne Maps for UWP
MercatorProjection Constructor

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > MercatorProjection Class : MercatorProjection Constructor
Scale applied to the x coordinate after the projection.
Scale applied to the y coordinate after the projection.
Offset added to the x coordinate after the projection and after scaling.
Offset added to the y coordinate after the projection and after scaling.
Initializes a new MercatorProjection.
Syntax
'Declaration
 
Public Function New( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double, _
   ByVal offsetX As Double, _
   ByVal offsetY As Double _
)
public MercatorProjection( 
   double scaleX,
   double scaleY,
   double offsetX,
   double offsetY
)

Parameters

scaleX
Scale applied to the x coordinate after the projection.
scaleY
Scale applied to the y coordinate after the projection.
offsetX
Offset added to the x coordinate after the projection and after scaling.
offsetY
Offset added to the y coordinate after the projection and after scaling.
See Also

Reference

MercatorProjection Class
MercatorProjection Members