ComponentOne Maps for WPF and Silverlight
MapSlice Constructor

C1.WPF.Maps Namespace > MapSlice Class : MapSlice Constructor
The number of latitude divisions for this slice.
The number of longitude divisions for this slice.
The minimum zoom of this slice.
Initializes a new MapSlice.
Syntax
'Declaration
 
Public Function New( _
   ByVal latSlices As System.Integer, _
   ByVal longSlices As System.Integer, _
   ByVal zoom As System.Double _
)
public MapSlice( 
   System.int latSlices,
   System.int longSlices,
   System.double zoom
)

Parameters

latSlices
The number of latitude divisions for this slice.
longSlices
The number of longitude divisions for this slice.
zoom
The minimum zoom of this slice.
See Also

Reference

MapSlice Class
MapSlice Members