Condividi tramite


ScalarKeyFrameAnimation.InsertKeyFrame Metodo

Definizione

Overload

InsertKeyFrame(Single, Single)

Inserisce una cornice chiave.

InsertKeyFrame(Single, Single, CompositionEasingFunction)

Inserisce un fotogramma chiave.

InsertKeyFrame(Single, Single)

Inserisce una cornice chiave.

public:
 virtual void InsertKeyFrame(float normalizedProgressKey, float value) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
void InsertKeyFrame(float const& normalizedProgressKey, float const& value);
[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, float value);
function insertKeyFrame(normalizedProgressKey, value)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Single)

Parametri

normalizedProgressKey
Single

float

Ora in cui il fotogramma chiave deve verificarsi, espresso come percentuale della durata dell'animazione. Il valore consentito è compreso tra 0,0 e 1,0.

value
Single

float

Valore del fotogramma chiave.

Attributi

Vedi anche

Si applica a

InsertKeyFrame(Single, Single, CompositionEasingFunction)

Inserisce un fotogramma chiave.

public:
 virtual void InsertKeyFrame(float normalizedProgressKey, float value, CompositionEasingFunction ^ easingFunction) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
void InsertKeyFrame(float const& normalizedProgressKey, float const& value, CompositionEasingFunction const& easingFunction);
[Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
public void InsertKeyFrame(float normalizedProgressKey, float value, CompositionEasingFunction easingFunction);
function insertKeyFrame(normalizedProgressKey, value, easingFunction)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Single, easingFunction As CompositionEasingFunction)

Parametri

normalizedProgressKey
Single

float

Ora in cui il fotogramma chiave deve verificarsi, espresso come percentuale della durata dell'animazione. Il valore consentito è compreso tra 0,0 e 1,0.

value
Single

float

Valore del fotogramma chiave.

easingFunction
CompositionEasingFunction

Funzione di interpolazione da usare per interpolare tra fotogrammi chiave.

Attributi

Vedi anche

Si applica a