Share via


CompositionEasingFunction.CreateBackEasingFunction Method

Definition

Creates a new instance of BackEasingFunction.

public:
 static BackEasingFunction ^ CreateBackEasingFunction(Compositor ^ owner, CompositionEasingFunctionMode mode, float amplitude);
 static BackEasingFunction CreateBackEasingFunction(Compositor const& owner, CompositionEasingFunctionMode const& mode, float const& amplitude);
public static BackEasingFunction CreateBackEasingFunction(Compositor owner, CompositionEasingFunctionMode mode, float amplitude);
function createBackEasingFunction(owner, mode, amplitude)
Public Shared Function CreateBackEasingFunction (owner As Compositor, mode As CompositionEasingFunctionMode, amplitude As Single) As BackEasingFunction

Parameters

owner
Compositor

The compositor used to create the easing function.

mode
CompositionEasingFunctionMode

A value that specifies how the animation interpolates.

amplitude
Single

float

The amplitude of retraction associated with a BackEase animation.

Returns

The created BackEasingFunction object.

Applies to

See also