Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.21 KB

compositor_createeffectfactory_931436618.md

File metadata and controls

31 lines (21 loc) · 1.21 KB
-api-id -api-type
M:Windows.UI.Composition.Compositor.CreateEffectFactory(Windows.Graphics.Effects.IGraphicsEffect,Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.UI.Composition.Compositor.CreateEffectFactory

-description

Creates an instance of CompositionEffectFactory specifying effect parameters that should be animatable.

-parameters

-param graphicsEffect

The type of effect to create.

-param animatableProperties

The list of properties that should be animatable. Properties are specified using strings of the form 'EffectName.PropertyName', where 'EffectName' identifies a graphics effect object by its IGraphicsEffect.Name property and 'PropertyName' identifies a property of that object.

-returns

Returns the created CompositionEffectFactory object.

-remarks

-examples

-see-also

CreateEffectFactory(IGraphicsEffect)