ID2D1TransformNode interface (d2d1effectauthor.h)

Describes a node in a transform topology.

Inheritance

The ID2D1TransformNode interface inherits from the IUnknown interface. ID2D1TransformNode also has these types of members:

Methods

The ID2D1TransformNode interface has these methods.

 
ID2D1TransformNode::GetInputCount

Gets the number of inputs to the transform node.

Remarks

Transform nodes are type-less and only define the notion of an object that accepts a number of inputs and is an output. This interface limits a topology to single output nodes.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1effectauthor.h

See also

ID2D1BlendTransform

ID2D1Transform

ID2D1TransformGraph

IUnknown