BooleanKeyFrameAnimation.InsertKeyFrame(Single, Boolean) Méthode

Définition

Insère un cadre clé.

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)

Paramètres

normalizedProgressKey
Single

float

Heure à laquelle l’image clé doit se produire, exprimée en pourcentage de la durée de l’animation. La valeur autorisée est comprise entre 0,0 et 1,0.

value
Boolean

bool

Valeur de l’image clé.

Attributs

S’applique à