CompositionEasingFunction.CreateBackEasingFunction Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
Einer der Enumerationswerte, der angibt, wie die Animation interpoliert wird.
- amplitude
-
Single
float
Die Amplitude der Zurücknahme, die diesem BackEasingFunction
zugeordnet 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)
|