# C1.WPF.Extensions.Deflate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Extensions_Deflate_" data-uid="C1.WPF.Extensions.Deflate*">Deflate Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Extensions_Deflate_" data-uid="C1.WPF.Extensions.Deflate*"></a>
<h4 id="C1_WPF_Extensions_Deflate_System_Windows_Rect__System_Windows_Thickness_" data-uid="C1.WPF.Extensions.Deflate(System.Windows.Rect@,System.Windows.Thickness)">Deflate(ref Rect, Thickness)</h4>
<div class="markdown level1 summary"><p>Deflates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.rect">Rect</a> structure by specified amount.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void Deflate(ref Rect r, Thickness th)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub Deflate(ByRef r As Rect, th As Thickness)</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.rect">Rect</a></td>
      <td><span class="parametername">r</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.rect">Rect</a> structure.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.thickness">Thickness</a></td>
      <td><span class="parametername">th</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.thickness">Thickness</a> structure defining amount to inflate this <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.rect">Rect</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
