Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

MethodDescription
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

Dcomp.h

Library

Dcomp.lib

DLL

Dcomp.dll

See also

IDCompositionEffect
IDCompositionVisual::SetEffect

 

 

Show:
© 2017 Microsoft