# C1.Util.DX.Direct2D.ConvoleMatrixProperties

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_Direct2D_ConvoleMatrixProperties" data-uid="C1.Util.DX.Direct2D.ConvoleMatrixProperties" class="text-break">ConvoleMatrixProperties Enum
</h1>
  <div class="markdown level0 summary"><p>D2D1_CONVOLVEMATRIX_PROP</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_ConvoleMatrixProperties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ConvoleMatrixProperties</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ConvoleMatrixProperties</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_ConvoleMatrixProperties_Bias">Bias</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_BIAS</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_BorderMode">BorderMode</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_BORDER_MODE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_ClampOutput">ClampOutput</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_CLAMP_OUTPUT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_Divisor">Divisor</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_DIVISOR</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_KernelMatrix">KernelMatrix</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_KERNEL_MATRIX</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_KernelOffset">KernelOffset</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_KERNEL_OFFSET</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_KernelSizeX">KernelSizeX</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_X</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_KernelSizeY">KernelSizeY</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_KERNEL_SIZE_Y</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_KernelUnitLength">KernelUnitLength</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_KERNEL_UNIT_LENGTH</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_PreserveAlpha">PreserveAlpha</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_PRESERVE_ALPHA</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_ConvoleMatrixProperties_ScaleMode">ScaleMode</td>
        <td><p>D2D1_CONVOLVEMATRIX_PROP_SCALE_MODE</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
