CompositionEffectFactory.CreateEffect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of CompositionEffect.
public:
virtual CompositionEffect ^ CreateEffect() = CreateEffect;
CompositionEffect CreateEffect();
public CompositionEffect CreateEffect();
function createEffect()
Public Function CreateEffect () As CompositionEffect
Returns
The created instance of CompositionEffect.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).