# C1.Win.Map.MapViewport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_MapViewport" data-uid="C1.Win.Map.MapViewport" class="text-break">MapViewport Class
</h1>
  <div class="markdown level0 summary"><p>Represents the viewport settings for the C1Map.</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"><a class="xref" href="C1.Win.Map.MapVisualItem.html">MapVisualItem</a></div>
    <div class="level3"><span class="xref">MapViewport</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_MapViewport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MapViewport : MapVisualItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MapViewport
    Inherits MapVisualItem</code></pre>
  </div>
  <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_MapViewport_Center" data-uid="C1.Win.Map.MapViewport.Center">
          <a class="xref" href="C1.Win.Map.MapViewport.Center.html#C1_Win_Map_MapViewport_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the center point of the C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapViewport_Limits" data-uid="C1.Win.Map.MapViewport.Limits">
          <a class="xref" href="C1.Win.Map.MapViewport.Limits.html#C1_Win_Map_MapViewport_Limits">Limits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the viewport limit bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapViewport_MaxZoom" data-uid="C1.Win.Map.MapViewport.MaxZoom">
          <a class="xref" href="C1.Win.Map.MapViewport.MaxZoom.html#C1_Win_Map_MapViewport_MaxZoom">MaxZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the limit maximum zoom level.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapViewport_MinZoom" data-uid="C1.Win.Map.MapViewport.MinZoom">
          <a class="xref" href="C1.Win.Map.MapViewport.MinZoom.html#C1_Win_Map_MapViewport_MinZoom">MinZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the limit minimum zoom level.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapViewport_Zoom" data-uid="C1.Win.Map.MapViewport.Zoom">
          <a class="xref" href="C1.Win.Map.MapViewport.Zoom.html#C1_Win_Map_MapViewport_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom level of the C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_MapViewport_ZoomSize" data-uid="C1.Win.Map.MapViewport.ZoomSize">
          <a class="xref" href="C1.Win.Map.MapViewport.ZoomSize.html#C1_Win_Map_MapViewport_ZoomSize">ZoomSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size for the whole coordinate system limit bounds when zoom level is 0.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
