# C1.Util.DX.Direct2D.CompositeMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_Direct2D_CompositeMode" data-uid="C1.Util.DX.Direct2D.CompositeMode" class="text-break">CompositeMode Enum
</h1>
  <div class="markdown level0 summary"><p>D2D1_COMPOSITE_MODE</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.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_CompositeMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CompositeMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CompositeMode</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_CompositeMode_BoundedSourceCopy">BoundedSourceCopy</td>
        <td><p>D2D1_COMPOSITE_MODE_BOUNDED_SOURCE_COPY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_DestinationAtop">DestinationAtop</td>
        <td><p>D2D1_COMPOSITE_MODE_DESTINATION_ATOP</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_DestinationIn">DestinationIn</td>
        <td><p>D2D1_COMPOSITE_MODE_DESTINATION_IN</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_DestinationOut">DestinationOut</td>
        <td><p>D2D1_COMPOSITE_MODE_DESTINATION_OUT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_DestinationOver">DestinationOver</td>
        <td><p>D2D1_COMPOSITE_MODE_DESTINATION_OVER</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_MaskInvert">MaskInvert</td>
        <td><p>D2D1_COMPOSITE_MODE_MASK_INVERT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_Plus">Plus</td>
        <td><p>D2D1_COMPOSITE_MODE_PLUS</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_SourceAtop">SourceAtop</td>
        <td><p>D2D1_COMPOSITE_MODE_SOURCE_ATOP</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_SourceCopy">SourceCopy</td>
        <td><p>D2D1_COMPOSITE_MODE_SOURCE_COPY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_SourceIn">SourceIn</td>
        <td><p>D2D1_COMPOSITE_MODE_SOURCE_IN</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_SourceOut">SourceOut</td>
        <td><p>D2D1_COMPOSITE_MODE_SOURCE_OUT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_SourceOver">SourceOver</td>
        <td><p>D2D1_COMPOSITE_MODE_SOURCE_OVER</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_CompositeMode_Xor">Xor</td>
        <td><p>D2D1_COMPOSITE_MODE_XOR</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
