Freigeben über


CompositionEasingFunction.CreateExponentialEasingFunction Methode

Definition

Erstellt eine instance von ExponentialEasingFunction.

public:
 static ExponentialEasingFunction ^ CreateExponentialEasingFunction(Compositor ^ owner, CompositionEasingFunctionMode mode, float exponent);
 static ExponentialEasingFunction CreateExponentialEasingFunction(Compositor const& owner, CompositionEasingFunctionMode const& mode, float const& exponent);
public static ExponentialEasingFunction CreateExponentialEasingFunction(Compositor owner, CompositionEasingFunctionMode mode, float exponent);
function createExponentialEasingFunction(owner, mode, exponent)
Public Shared Function CreateExponentialEasingFunction (owner As Compositor, mode As CompositionEasingFunctionMode, exponent As Single) As ExponentialEasingFunction

Parameter

owner
Compositor

Der Compositor , der zum Erstellen der Beschleunigungsfunktion verwendet wird.

mode
CompositionEasingFunctionMode

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

exponent
Single

float

Der Exponent, mit dem die Interpolation der Animation bestimmt wird.

Gibt zurück

Gibt das erstellte ExponentialEasingFunction-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: