IDCompositionTransform3D interface (dcomp.h)

Represents a 3D transformation effect that can be used to modify the rasterization of a visual subtree.

Inheritance

The IDCompositionTransform3D interface inherits from the IDCompositionEffect interface.

Remarks

The IDCompositionTransform3D interface is an abstract interface that represents a 3D perspective transformation effect. A 3D transform object can be associated with multiple visuals and multiple effect groups. When a 3D transform object is modified, all affected visuals are recomposed to reflect the change.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header dcomp.h

See also

IDCompositionEffect

IDCompositionVisual::SetEffect