IDCompositionTransform3D interface
Represents a 3D transformation effect that can be used to modify the rasterization of a visual subtree.
When to implement
Client applications do not implement IDCompositionTransform3D; custom implementations are not supported.
Members
The IDCompositionTransform3D interface inherits from IDCompositionEffect but does not have additional members.
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also