ComponentOne Maps for WPF and Silverlight
LOD Constructor

C1.WPF.Maps Namespace > LOD Structure : LOD Constructor
Initializes a new instance of an LOD structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal minSize As System.Double, _
   ByVal maxSize As System.Double, _
   ByVal minZoom As System.Double, _
   ByVal maxZoom As System.Double _
)
public LOD( 
   System.double minSize,
   System.double maxSize,
   System.double minZoom,
   System.double maxZoom
)

Parameters

minSize
maxSize
minZoom
maxZoom
See Also

Reference

LOD Structure
LOD Members