# C1.Util.DX.Direct2D.TransformNode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_TransformNode" data-uid="C1.Util.DX.Direct2D.TransformNode" class="text-break">TransformNode Interface
</h1>
  <div class="markdown level0 summary"><p>ID2D1TransformNode</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.10.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_TransformNode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;b2efe1e7-729f-4102-949f-505fa21bf666&quot;)]
[Shadow(typeof(TransformNodeShadow))]
public interface TransformNode : ICallbackable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;b2efe1e7-729f-4102-949f-505fa21bf666&quot;)&gt;
&lt;Shadow(GetType(TransformNodeShadow))&gt;
Public Interface TransformNode
    Inherits ICallbackable, IDisposable</code></pre>
  </div>
  <h3 id="methods">Methods
</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_TransformNode_GetInputCount" data-uid="C1.Util.DX.Direct2D.TransformNode.GetInputCount">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformNode.GetInputCount.html#C1_Util_DX_Direct2D_TransformNode_GetInputCount">GetInputCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of inputs to the transform node.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
