# C1.Util.DX.Direct2D.Transform3DInterpolationMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_Direct2D_Transform3DInterpolationMode" data-uid="C1.Util.DX.Direct2D.Transform3DInterpolationMode" class="text-break">Transform3DInterpolationMode Enum
</h1>
  <div class="markdown level0 summary"><p>D2D1_3DTRANSFORM_INTERPOLATION_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_Transform3DInterpolationMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Transform3DInterpolationMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Transform3DInterpolationMode</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_Transform3DInterpolationMode_Anisotropic">Anisotropic</td>
        <td><p>D2D1_3DTRANSFORM_INTERPOLATION_MODE_ANISOTROPIC</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Transform3DInterpolationMode_Cubic">Cubic</td>
        <td><p>D2D1_3DTRANSFORM_INTERPOLATION_MODE_CUBIC</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Transform3DInterpolationMode_Linear">Linear</td>
        <td><p>D2D1_3DTRANSFORM_INTERPOLATION_MODE_LINEAR</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Transform3DInterpolationMode_MultiSampleLinear">MultiSampleLinear</td>
        <td><p>D2D1_3DTRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Transform3DInterpolationMode_NearestNeighbor">NearestNeighbor</td>
        <td><p>D2D1_3DTRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
