# C1.C1Preview.RectangleD.Intersect

## Content

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