# C1.Win.TouchToolKit.ZoomBoundsInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_ZoomBoundsInfo" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo" class="text-break">ZoomBoundsInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a helper on zoom layout. Provide information about location, size.</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"><span class="xref">ZoomBoundsInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.10.dll</h6>
  <h5 id="C1_Win_TouchToolKit_ZoomBoundsInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ZoomBoundsInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ZoomBoundsInfo</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_TouchToolKit_ZoomBoundsInfo_CurrentBounds" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.CurrentBounds">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.CurrentBounds.html#C1_Win_TouchToolKit_ZoomBoundsInfo_CurrentBounds">CurrentBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current bounds that provided by <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.html">C1Zoom</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_CurrentFactor" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.CurrentFactor">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.CurrentFactor.html#C1_Win_TouchToolKit_ZoomBoundsInfo_CurrentFactor">CurrentFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current factor provided by <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.html">C1Zoom</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_TargetFactor" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.TargetFactor">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.TargetFactor.html#C1_Win_TouchToolKit_ZoomBoundsInfo_TargetFactor">TargetFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the recommended factor provided by <a class="xref" href="C1.Win.TouchToolKit.C1Zoom.html">C1Zoom</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Double_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Double)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Double_">Zoom(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_Point_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Drawing.Point)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_Point_">Zoom(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_PointF_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Drawing.PointF)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_PointF_">Zoom(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_Rectangle_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_Rectangle_">Zoom(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_RectangleF_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Drawing.RectangleF)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_RectangleF_">Zoom(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_Size_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Drawing.Size)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_Size_">Zoom(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_SizeF_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Drawing.SizeF)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Drawing_SizeF_">Zoom(SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Int32_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Int32)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Int32_">Zoom(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Single_" data-uid="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom(System.Single)">
          <a class="xref" href="C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom.html#C1_Win_TouchToolKit_ZoomBoundsInfo_Zoom_System_Single_">Zoom(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the specified current value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
