Freigeben über


CompositionEasingFunction.CreateLinearEasingFunction(Compositor) Methode

Definition

Erstellt eine neue instance von LinearEasingFunction.

public:
 static LinearEasingFunction ^ CreateLinearEasingFunction(Compositor ^ owner);
 static LinearEasingFunction CreateLinearEasingFunction(Compositor const& owner);
public static LinearEasingFunction CreateLinearEasingFunction(Compositor owner);
function createLinearEasingFunction(owner)
Public Shared Function CreateLinearEasingFunction (owner As Compositor) As LinearEasingFunction

Parameter

owner
Compositor

Der Zum Erstellen der Beschleunigungsfunktion verwendete Compositor.

Gibt zurück

Das erstellte LinearEasingFunction-Objekt.

Gilt für:

Weitere Informationen