IDCompositionEffectGroup interface
Represents a group of bitmap effects that are applied together to modify the rasterization of a visual's subtree.
When to implement
Client applications do not implement IDCompositionEffectGroup; custom implementations are not supported.
Members
The IDCompositionEffectGroup interface inherits from IDCompositionEffect. IDCompositionEffectGroup also has these types of members:
Methods
The IDCompositionEffectGroup interface has these methods.
| Method | Description |
|---|---|
| SetOpacity | Overloaded. Animates or changes the value of the Opacity property. |
| SetTransform3D |
Sets the 3D transformation effect object that modifies the rasterization of the visuals that this effect group is applied to. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also