# C1.Win.Interop.Rect.Intersect

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Interop_Rect_Intersect_" data-uid="C1.Win.Interop.Rect.Intersect*">Intersect Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Interop_Rect_Intersect_" data-uid="C1.Win.Interop.Rect.Intersect*"></a>
<h4 id="C1_Win_Interop_Rect_Intersect_C1_Win_Interop_Rect_" data-uid="C1.Win.Interop.Rect.Intersect(C1.Win.Interop.Rect)">Intersect(Rect)</h4>
<div class="markdown level1 summary"><p>Replaces the current <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a> structure with the intersection
of itself and another <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Intersect(Rect rect)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Intersect(rect 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><a class="xref" href="C1.Win.Interop.Rect.html">Rect</a></td>
      <td><span class="parametername">rect</span></td>
      <td><p>The <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a> to intersect the current one with.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Interop_Rect_Intersect_" data-uid="C1.Win.Interop.Rect.Intersect*"></a>
<h4 id="C1_Win_Interop_Rect_Intersect_C1_Win_Interop_Rect_C1_Win_Interop_Rect_" data-uid="C1.Win.Interop.Rect.Intersect(C1.Win.Interop.Rect,C1.Win.Interop.Rect)">Intersect(Rect, Rect)</h4>
<div class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a> structure representing the intersection
of two <b>RectangleD</b> structures.
(The intersection may be empty, in which case <a class="xref" href="C1.Win.Interop.Rect.Empty.html#C1_Win_Interop_Rect_Empty">Empty</a> is returned.)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Rect Intersect(Rect a, Rect b)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Intersect(a As Rect, b As Rect) 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><a class="xref" href="C1.Win.Interop.Rect.html">Rect</a></td>
      <td><span class="parametername">a</span></td>
      <td><p>The first <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a> to intersect.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.Interop.Rect.html">Rect</a></td>
      <td><span class="parametername">b</span></td>
      <td><p>The second <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a> to intersect.</p>
</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="C1.Win.Interop.Rect.html">Rect</a></td>
      <td><p>The newly created <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a> structure.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
