Freigeben über


CompositionEasingFunction.CreateBackEasingFunction Methode

Definition

Erstellt eine neue instance von 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

Parameter

owner
Compositor

Der Zum Erstellen der Beschleunigungsfunktion verwendete Compositor.

mode
CompositionEasingFunctionMode

Ein -Wert, der angibt, wie die Animation interpoliert.

amplitude
Single

float

Die Amplitude der Zurücknahme, die einer BackEase-Animation zugeordnet ist.

Gibt zurück

Das erstellte BackEasingFunction-Objekt.

Gilt für:

Weitere Informationen