# C1.Util.DX.Direct2D.EffectInputDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_EffectInputDescription" data-uid="C1.Util.DX.Direct2D.EffectInputDescription" class="text-break">EffectInputDescription Class
</h1>
  <div class="markdown level0 summary"><p>D2D1_EFFECT_INPUT_DESCRIPTION</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">EffectInputDescription</span></div>
  </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_EffectInputDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EffectInputDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EffectInputDescription</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct2D_EffectInputDescription__ctor" data-uid="C1.Util.DX.Direct2D.EffectInputDescription.#ctor">
          <a class="xref" href="C1.Util.DX.Direct2D.EffectInputDescription.-ctor.html#C1_Util_DX_Direct2D_EffectInputDescription__ctor">EffectInputDescription()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct2D_EffectInputDescription_EffectPointer" data-uid="C1.Util.DX.Direct2D.EffectInputDescription.EffectPointer">
          <a class="xref" href="C1.Util.DX.Direct2D.EffectInputDescription.EffectPointer.html">EffectPointer</a>
        </td>
        <td class="markdown level1 summary"><p>ID2D1Effect* effect</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_EffectInputDescription_InputIndex" data-uid="C1.Util.DX.Direct2D.EffectInputDescription.InputIndex">
          <a class="xref" href="C1.Util.DX.Direct2D.EffectInputDescription.InputIndex.html">InputIndex</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int inputIndex</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_EffectInputDescription_InputRectangle" data-uid="C1.Util.DX.Direct2D.EffectInputDescription.InputRectangle">
          <a class="xref" href="C1.Util.DX.Direct2D.EffectInputDescription.InputRectangle.html">InputRectangle</a>
        </td>
        <td class="markdown level1 summary"><p>D2D_RECT_F inputRectangle</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct2D_EffectInputDescription_Effect" data-uid="C1.Util.DX.Direct2D.EffectInputDescription.Effect">
          <a class="xref" href="C1.Util.DX.Direct2D.EffectInputDescription.Effect.html#C1_Util_DX_Direct2D_EffectInputDescription_Effect">Effect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the effect.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
