CompositorExtensions Class

Definition

An extension class for the Windows.UI.Composition.Compositor type.

public static class CompositorExtensions
type CompositorExtensions = class
Public Module CompositorExtensions
Inheritance
CompositorExtensions

Methods

CreateBooleanKeyFrameAnimation(Compositor, String, Boolean, Nullable<Boolean>, Nullable<TimeSpan>, Nullable<TimeSpan>, AnimationDelayBehavior, AnimationDirection, AnimationIterationBehavior, Int32)

Creates a Windows.UI.Composition.BooleanKeyFrameAnimation instance with the given parameters to on a target element.

CreateColorKeyFrameAnimation(Compositor, String, Color, Nullable<Color>, Nullable<TimeSpan>, Nullable<TimeSpan>, CompositionEasingFunction, AnimationDelayBehavior, AnimationDirection, AnimationIterationBehavior, Int32)

Creates a Windows.UI.Composition.ColorKeyFrameAnimation instance with the given parameters to on a target element.

CreateCubicBezierEasingFunction(Compositor, Single, Single, Single, Single)

Creates a Windows.UI.Composition.CubicBezierEasingFunction from the input control points.

CreateQuaternionKeyFrameAnimation(Compositor, String, Quaternion, Nullable<Quaternion>, Nullable<TimeSpan>, Nullable<TimeSpan>, CompositionEasingFunction, AnimationDelayBehavior, AnimationDirection, AnimationIterationBehavior, Int32)

Creates a Windows.UI.Composition.QuaternionKeyFrameAnimation instance with the given parameters to on a target element.

CreateScalarKeyFrameAnimation(Compositor, String, Single, Nullable<Single>, Nullable<TimeSpan>, Nullable<TimeSpan>, CompositionEasingFunction, AnimationDelayBehavior, AnimationDirection, AnimationIterationBehavior, Int32)

Creates a Windows.UI.Composition.ScalarKeyFrameAnimation instance with the given parameters to on a target element.

CreateVector2KeyFrameAnimation(Compositor, String, Vector2, Nullable<Vector2>, Nullable<TimeSpan>, Nullable<TimeSpan>, CompositionEasingFunction, AnimationDelayBehavior, AnimationDirection, AnimationIterationBehavior, Int32)

Creates a Windows.UI.Composition.ScalarKeyFrameAnimation instance with the given parameters to on a target element.

CreateVector3KeyFrameAnimation(Compositor, String, Vector3, Nullable<Vector3>, Nullable<TimeSpan>, Nullable<TimeSpan>, CompositionEasingFunction, AnimationDelayBehavior, AnimationDirection, AnimationIterationBehavior, Int32)

Creates a Windows.UI.Composition.ScalarKeyFrameAnimation instance with the given parameters to on a target element.

CreateVector4KeyFrameAnimation(Compositor, String, Vector4, Nullable<Vector4>, Nullable<TimeSpan>, Nullable<TimeSpan>, CompositionEasingFunction, AnimationDelayBehavior, AnimationDirection, AnimationIterationBehavior, Int32)

Creates a Windows.UI.Composition.Vector4KeyFrameAnimation instance with the given parameters to on a target element.

TryCreateEasingFunction(Compositor, EasingType, EasingMode)

Creates the appropriate Windows.UI.Composition.CompositionEasingFunction from the given easing type and mode.

Applies to