# C1.Util.DX.Direct2D.GeometryRelation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_Direct2D_GeometryRelation" data-uid="C1.Util.DX.Direct2D.GeometryRelation" class="text-break">GeometryRelation Enum
</h1>
  <div class="markdown level0 summary"><p>D2D1_GEOMETRY_RELATION</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct2D.html">C1.Util.DX.Direct2D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_GeometryRelation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GeometryRelation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GeometryRelation</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Util_DX_Direct2D_GeometryRelation_Contains">Contains</td>
        <td><p>D2D1_GEOMETRY_RELATION_CONTAINS</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_GeometryRelation_Disjoint">Disjoint</td>
        <td><p>D2D1_GEOMETRY_RELATION_DISJOINT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_GeometryRelation_IsContained">IsContained</td>
        <td><p>D2D1_GEOMETRY_RELATION_IS_CONTAINED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_GeometryRelation_Overlap">Overlap</td>
        <td><p>D2D1_GEOMETRY_RELATION_OVERLAP</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_GeometryRelation_Unknown">Unknown</td>
        <td><p>D2D1_GEOMETRY_RELATION_UNKNOWN</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
