# C1.Win.Map.MapSlice

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_MapSlice" data-uid="C1.Win.Map.MapSlice" class="text-break">MapSlice Class
</h1>
  <div class="markdown level0 summary"><p>Represents a map slice as used in <a class="xref" href="C1.Win.Map.VirtualLayer.html">VirtualLayer</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.Map.NotifyObject.html">NotifyObject</a></div>
    <div class="level2"><span class="xref">MapSlice</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Map.html">C1.Win.Map</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_Win_Map_MapSlice_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(MapSliceConveter))]
public class MapSlice : NotifyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(MapSliceConveter))&gt;
Public Class MapSlice
    Inherits NotifyObject</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Map_MapSlice__ctor_System_Double_System_Int32_System_Int32_" data-uid="C1.Win.Map.MapSlice.#ctor(System.Double,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Map.MapSlice.-ctor.html#C1_Win_Map_MapSlice__ctor_System_Double_System_Int32_System_Int32_">MapSlice(double, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Win.Map.MapSlice.html">MapSlice</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Map_MapSlice_LatSlices" data-uid="C1.Win.Map.MapSlice.LatSlices">
          <a class="xref" href="C1.Win.Map.MapSlice.LatSlices.html#C1_Win_Map_MapSlice_LatSlices">LatSlices</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of latitude divisions for this slice.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapSlice_LongSlices" data-uid="C1.Win.Map.MapSlice.LongSlices">
          <a class="xref" href="C1.Win.Map.MapSlice.LongSlices.html#C1_Win_Map_MapSlice_LongSlices">LongSlices</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of longitude divisions for this slice.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapSlice_Zoom" data-uid="C1.Win.Map.MapSlice.Zoom">
          <a class="xref" href="C1.Win.Map.MapSlice.Zoom.html#C1_Win_Map_MapSlice_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum zoom of this slice.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
