Freigeben über


CompositionEasingFunction.CreatePowerEasingFunction Methode

Definition

Erstellt eine neue instance von PowerEasingFunction.

public:
 static PowerEasingFunction ^ CreatePowerEasingFunction(Compositor ^ owner, CompositionEasingFunctionMode mode, float power);
 static PowerEasingFunction CreatePowerEasingFunction(Compositor const& owner, CompositionEasingFunctionMode const& mode, float const& power);
public static PowerEasingFunction CreatePowerEasingFunction(Compositor owner, CompositionEasingFunctionMode mode, float power);
function createPowerEasingFunction(owner, mode, power)
Public Shared Function CreatePowerEasingFunction (owner As Compositor, mode As CompositionEasingFunctionMode, power As Single) As PowerEasingFunction

Parameter

owner
Compositor

Der Zum Erstellen der Beschleunigungsfunktion verwendete Compositor.

mode
CompositionEasingFunctionMode

Ein Wert, der angibt, wie die Animation interpoliert.

power
Single

float

Die Potenz der Animationsinterpolation.

Gibt zurück

Das erstellte PowerEasingFunction-Objekt.

Gilt für:

Weitere Informationen