Share via


CompositionEasingFunction.CreateBackEasingFunction Methode

Definition

Erstellt eine 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 Compositor , der zum Erstellen der Beschleunigungsfunktion verwendet wird.

mode
CompositionEasingFunctionMode

Einer der Enumerationswerte, der angibt, wie die Animation interpoliert wird.

amplitude
Single

float

Die Amplitude der Zurücknahme, die diesem BackEasingFunctionzugeordnet ist. Dieser Wert muss größer oder gleich 0 sein.

Gibt zurück

Gibt das erstellte BackEasingFunction-Objekt zurück.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2104 (eingeführt in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v12.0)

Gilt für: