# C1.Util.DX.Direct2D.TransformGraph

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_TransformGraph" data-uid="C1.Util.DX.Direct2D.TransformGraph" class="text-break">TransformGraph Class
</h1>
  <div class="markdown level0 summary"><p>ID2D1TransformGraph</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"><a class="xref" href="C1.Util.DX.DisposeBase.html">DisposeBase</a></div>
    <div class="level2"><a class="xref" href="C1.Util.DX.CppObject.html">CppObject</a></div>
    <div class="level3"><a class="xref" href="C1.Util.DX.ComObject.html">ComObject</a></div>
    <div class="level4"><span class="xref">TransformGraph</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.Util.DX.IUnknown.html">IUnknown</a></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.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_TransformGraph_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;13d29038-c3e6-4034-9081-13b53a417992&quot;)]
public class TransformGraph : ComObject, IDisposable, IUnknown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;13d29038-c3e6-4034-9081-13b53a417992&quot;)&gt;
Public Class TransformGraph
    Inherits ComObject
    Implements IDisposable, IUnknown</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_TransformGraph__ctor_System_IntPtr_" data-uid="C1.Util.DX.Direct2D.TransformGraph.#ctor(System.IntPtr)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.-ctor.html#C1_Util_DX_Direct2D_TransformGraph__ctor_System_IntPtr_">TransformGraph(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.html">TransformGraph</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_TransformGraph_AddNode_C1_Util_DX_Direct2D_TransformNode_" data-uid="C1.Util.DX.Direct2D.TransformGraph.AddNode(C1.Util.DX.Direct2D.TransformNode)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.AddNode.html#C1_Util_DX_Direct2D_TransformGraph_AddNode_C1_Util_DX_Direct2D_TransformNode_">AddNode(TransformNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the provided node to the transform graph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_Clear" data-uid="C1.Util.DX.Direct2D.TransformGraph.Clear">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.Clear.html#C1_Util_DX_Direct2D_TransformGraph_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>void ID2D1TransformGraph::Clear()</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_ConnectNode_C1_Util_DX_Direct2D_TransformNode_C1_Util_DX_Direct2D_TransformNode_System_Int32_" data-uid="C1.Util.DX.Direct2D.TransformGraph.ConnectNode(C1.Util.DX.Direct2D.TransformNode,C1.Util.DX.Direct2D.TransformNode,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.ConnectNode.html#C1_Util_DX_Direct2D_TransformGraph_ConnectNode_C1_Util_DX_Direct2D_TransformNode_C1_Util_DX_Direct2D_TransformNode_System_Int32_">ConnectNode(TransformNode, TransformNode, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Connects two nodes inside the transform graph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_ConnectToEffectInput_System_Int32_C1_Util_DX_Direct2D_TransformNode_System_Int32_" data-uid="C1.Util.DX.Direct2D.TransformGraph.ConnectToEffectInput(System.Int32,C1.Util.DX.Direct2D.TransformNode,System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.ConnectToEffectInput.html#C1_Util_DX_Direct2D_TransformGraph_ConnectToEffectInput_System_Int32_C1_Util_DX_Direct2D_TransformNode_System_Int32_">ConnectToEffectInput(int, TransformNode, int)</a>
        </td>
        <td class="markdown level1 summary"><p>[This documentation is preliminary and is subject to change.]</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_GetInputCount" data-uid="C1.Util.DX.Direct2D.TransformGraph.GetInputCount">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.GetInputCount.html#C1_Util_DX_Direct2D_TransformGraph_GetInputCount">GetInputCount()</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int ID2D1TransformGraph::GetInputCount()</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_RemoveNode_C1_Util_DX_Direct2D_TransformNode_" data-uid="C1.Util.DX.Direct2D.TransformGraph.RemoveNode(C1.Util.DX.Direct2D.TransformNode)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.RemoveNode.html#C1_Util_DX_Direct2D_TransformGraph_RemoveNode_C1_Util_DX_Direct2D_TransformNode_">RemoveNode(TransformNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the provided node from the transform graph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_SetOutputNode_C1_Util_DX_Direct2D_TransformNode_" data-uid="C1.Util.DX.Direct2D.TransformGraph.SetOutputNode(C1.Util.DX.Direct2D.TransformNode)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.SetOutputNode.html#C1_Util_DX_Direct2D_TransformGraph_SetOutputNode_C1_Util_DX_Direct2D_TransformNode_">SetOutputNode(TransformNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the output node for the transform graph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_SetPassthroughGraph_System_Int32_" data-uid="C1.Util.DX.Direct2D.TransformGraph.SetPassthroughGraph(System.Int32)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.SetPassthroughGraph.html#C1_Util_DX_Direct2D_TransformGraph_SetPassthroughGraph_System_Int32_">SetPassthroughGraph(int)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1TransformGraph::SetPassthroughGraph([In] unsigned int effectInputIndex)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_SetSingleTransformNode_C1_Util_DX_Direct2D_TransformNode_" data-uid="C1.Util.DX.Direct2D.TransformGraph.SetSingleTransformNode(C1.Util.DX.Direct2D.TransformNode)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.SetSingleTransformNode.html#C1_Util_DX_Direct2D_TransformGraph_SetSingleTransformNode_C1_Util_DX_Direct2D_TransformNode_">SetSingleTransformNode(TransformNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a single transform node as being equivalent to the whole graph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_TransformGraph_SetSingleTransformNode__System_IntPtr_" data-uid="C1.Util.DX.Direct2D.TransformGraph.SetSingleTransformNode_(System.IntPtr)">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.SetSingleTransformNode_.html#C1_Util_DX_Direct2D_TransformGraph_SetSingleTransformNode__System_IntPtr_">SetSingleTransformNode_(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT ID2D1TransformGraph::SetSingleTransformNode([In] ID2D1TransformNode* node)</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_TransformGraph_op_Explicit_System_IntPtr__C1_Util_DX_Direct2D_TransformGraph" data-uid="C1.Util.DX.Direct2D.TransformGraph.op_Explicit(System.IntPtr)~C1.Util.DX.Direct2D.TransformGraph">
          <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.op_Explicit.html#C1_Util_DX_Direct2D_TransformGraph_op_Explicit_System_IntPtr__C1_Util_DX_Direct2D_TransformGraph">explicit operator TransformGraph(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">IntPtr</a> to <a class="xref" href="C1.Util.DX.Direct2D.TransformGraph.html">TransformGraph</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
