CompositionEasingFunction.CreateElasticEasingFunction 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 neue instance von ElasticEasingFunction.
public:
static ElasticEasingFunction ^ CreateElasticEasingFunction(Compositor ^ owner, CompositionEasingFunctionMode mode, int oscillations, float springiness);
static ElasticEasingFunction CreateElasticEasingFunction(Compositor const& owner, CompositionEasingFunctionMode const& mode, int const& oscillations, float const& springiness);
public static ElasticEasingFunction CreateElasticEasingFunction(Compositor owner, CompositionEasingFunctionMode mode, int oscillations, float springiness);
function createElasticEasingFunction(owner, mode, oscillations, springiness)
Public Shared Function CreateElasticEasingFunction (owner As Compositor, mode As CompositionEasingFunctionMode, oscillations As Integer, springiness As Single) As ElasticEasingFunction
Parameter
- owner
- Compositor
Der Zum Erstellen der Beschleunigungsfunktion verwendete Compositor.
Ein Wert, der angibt, wie die Animation interpoliert.
- oscillations
-
Int32
int
Die Häufigkeit, mit der das Ziel über das Animationsziel hin- und hergleitet.
- springiness
-
Single
float
Die Steifigkeit der Feder. Je kleiner der Federungswert ist, desto steifer ist die Feder und desto schneller nimmt die Elastizität über jede Schwingung ab.
Gibt zurück
Das erstellte ElasticEasingFunction
-Objekt.