ComponentOne Maps for WPF and Silverlight
MercatorProjection Constructor

C1.WPF.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 System.Double, _
   ByVal scaleY As System.Double, _
   ByVal offsetX As System.Double, _
   ByVal offsetY As System.Double _
)
public MercatorProjection( 
   System.double scaleX,
   System.double scaleY,
   System.double offsetX,
   System.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