BooleanKeyFrameAnimation.InsertKeyFrame(Single, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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