# C1.Win.C1ScrollBar.C1ScrollBar.GetScaledBounds

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1ScrollBar_C1ScrollBar_GetScaledBounds_" data-uid="C1.Win.C1ScrollBar.C1ScrollBar.GetScaledBounds*">GetScaledBounds Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1ScrollBar_C1ScrollBar_GetScaledBounds_" data-uid="C1.Win.C1ScrollBar.C1ScrollBar.GetScaledBounds*"></a>
<h4 id="C1_Win_C1ScrollBar_C1ScrollBar_GetScaledBounds_System_Drawing_Rectangle_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.C1ScrollBar.C1ScrollBar.GetScaledBounds(System.Drawing.Rectangle,System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)">GetScaledBounds(Rectangle, SizeF, BoundsSpecified)</h4>
<div class="markdown level1 summary"><p>Returns the bounds to use when the scrollbar is scaled by a specified amount.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override Rectangle GetScaledBounds(Rectangle bounds, SizeF factor, BoundsSpecified specified)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function GetScaledBounds(bounds As Rectangle, factor As SizeF, specified As BoundsSpecified) As Rectangle</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.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">bounds</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td><span class="parametername">factor</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.boundsspecified">BoundsSpecified</a></td>
      <td><span class="parametername">specified</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getscaledbounds">Control.GetScaledBounds(Rectangle, SizeF, BoundsSpecified)</a></div>
</div>
