Table of Contents

Method SetSingleTransformNode

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

SetSingleTransformNode(ITransformNode)

Sets a single transform node as being equivalent to the whole graph.
This is equivalent to calling Clear(), adding a single node, connecting all of the node inputs to the effect inputs in order, and setting the transform node as the graph output.

void SetSingleTransformNode(ITransformNode node)

Parameters

node ITransformNode