ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.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.

In This Topic
    MapSlice Constructor
    In This Topic
    Initializes a new MapSlice.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal latSlices As Integer, _
       ByVal longSlices As Integer, _
       ByVal zoom As Double _
    )
    public MapSlice( 
       int latSlices,
       int longSlices,
       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