# C1.Win.TouchToolKit.ListBoxZoomPolicy.ZoomBounds

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TouchToolKit_ListBoxZoomPolicy_ZoomBounds_" data-uid="C1.Win.TouchToolKit.ListBoxZoomPolicy.ZoomBounds*">ZoomBounds Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TouchToolKit_ListBoxZoomPolicy_ZoomBounds_" data-uid="C1.Win.TouchToolKit.ListBoxZoomPolicy.ZoomBounds*"></a>
<h4 id="C1_Win_TouchToolKit_ListBoxZoomPolicy_ZoomBounds_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomBoundsInfo_" data-uid="C1.Win.TouchToolKit.ListBoxZoomPolicy.ZoomBounds(System.Windows.Forms.Control,C1.Win.TouchToolKit.ZoomBoundsInfo)">ZoomBounds(Control, ZoomBoundsInfo)</h4>
<div class="markdown level1 summary"><p>Zoom the control bounds.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void ZoomBounds(Control control, ZoomBoundsInfo infos)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub ZoomBounds(control As Control, infos As ZoomBoundsInfo)</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.windows.forms.control">Control</a></td>
      <td><span class="parametername">control</span></td>
      <td><p>The specified control.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.html">ZoomBoundsInfo</a></td>
      <td><span class="parametername">infos</span></td>
      <td><p>A <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.html">ZoomBoundsInfo</a> type infomation provided by
<a class="xref" href="C1.Win.TouchToolKit.C1Zoom.html">C1Zoom</a> to help zoom layout.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.TouchToolKit.ControlZoomPolicy.ZoomBounds.html#C1_Win_TouchToolKit_ControlZoomPolicy_ZoomBounds_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomBoundsInfo_">ControlZoomPolicy.ZoomBounds(Control, ZoomBoundsInfo)</a></div>
<h5 id="C1_Win_TouchToolKit_ListBoxZoomPolicy_ZoomBounds_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomBoundsInfo__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For more information, see <a class="xref" href="C1.Win.TouchToolKit.ListBoxZoomPolicy.html">ListBoxZoomPolicy</a>.</p>
</div>
</div>
