IDCompositionVisual3 interface
Represents one DirectComposition visual in a visual tree.
When to implement
Client applications do not implement the IDCompositionVisual2 interface; custom implementations are not supported.
Members
The IDCompositionVisual3 interface inherits from IDCompositionVisual2. IDCompositionVisual3 also has these types of members:
Methods
The IDCompositionVisual3 interface has these methods.
| Method | Description |
|---|---|
| SetDepthMode |
Sets the depth mode property associated with this visual. |
| SetOffsetZ | Overloaded. Sets the value of the visual's OffsetZ property. |
| SetOpacity | Overloaded. Sets the value of the visual's opacity property. |
| SetTransform | Overloaded. Sets the Transform property of this visual. The Transform property specifies a 3D transform used to modify the coordinate system of this visual. The property can specify either a 4-by-4 transform matrix or a transform object. |
| SetTransformMode |
Specifies the transform style to be applied to a visual. |
| SetVisible |
Changes the value of the visual's Visible property. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also