# C1.FlexMap.IMapDevice.SetLimitClip

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_FlexMap_IMapDevice_SetLimitClip_" data-uid="C1.FlexMap.IMapDevice.SetLimitClip*">SetLimitClip Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_FlexMap_IMapDevice_SetLimitClip_" data-uid="C1.FlexMap.IMapDevice.SetLimitClip*"></a>
<h4 id="C1_FlexMap_IMapDevice_SetLimitClip_C1_Win_Interop_Rect_" data-uid="C1.FlexMap.IMapDevice.SetLimitClip(C1.Win.Interop.Rect)">SetLimitClip(Rect)</h4>
<div class="markdown level1 summary"><p>Set the clip when the limitation bounds is set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void SetLimitClip(Rect clip)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub SetLimitClip(clip As Rect)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Rect</span></td>
      <td><span class="parametername">clip</span></td>
      <td><p>The clipping rectangle, in pixels, for limitation bounds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_FlexMap_IMapDevice_SetLimitClip_" data-uid="C1.FlexMap.IMapDevice.SetLimitClip*"></a>
<h4 id="C1_FlexMap_IMapDevice_SetLimitClip_System_Collections_Generic_IEnumerable_C1_Win_Interop_Point__" data-uid="C1.FlexMap.IMapDevice.SetLimitClip(System.Collections.Generic.IEnumerable{C1.Win.Interop.Point})">SetLimitClip(IEnumerable&lt;Point&gt;)</h4>
<div class="markdown level1 summary"><p>Set the clip when the limitation bounds is set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void SetLimitClip(IEnumerable&lt;Point&gt; points)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub SetLimitClip(points As IEnumerable(Of Point))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<span class="xref">Point</span>&gt;</td>
      <td><span class="parametername">points</span></td>
      <td><p>The sequence of points, in pixels, for limitation bounds.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
