Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapSlice Class / MapSlice Constructor
The minimum zoom of this slice.
The number of latitude divisions for this slice.
The number of longitude divisions for this slice.

In This Topic
    MapSlice Constructor
    In This Topic
    Initializes a new instance of MapSlice object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal zoom As Double, _
       ByVal latSlices As Integer, _
       ByVal longSlices As Integer _
    )
    public MapSlice( 
       double zoom,
       int latSlices,
       int longSlices
    )

    Parameters

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