dotnetCHARTING Send comments on this topic.
MercatorProjection Constructor(Double)
See Also 
dotnetCHARTING.Mapping Namespace > MercatorProjection Class > MercatorProjection Constructor : MercatorProjection Constructor(Double)


lambda0
Latitude of the projection in degrees.
Initializes a new instance of the MercatorProjection object with a specified latitude in desgrees.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal lambda0 As Double _
)
Visual Basic (Usage)Copy Code
Dim lambda0 As Double
 
Dim instance As MercatorProjection(lambda0)
C# 
public MercatorProjection( 
   double lambda0
)

Parameters

lambda0
Latitude of the projection in degrees.

See Also

© 2011 All Rights Reserved.