BooleanKeyFrameAnimation.InsertKeyFrame(Single, Boolean) Metodo

Definizione

Inserisce una cornice chiave.

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

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
Boolean

bool

Valore del fotogramma chiave.

Attributi

Si applica a