LinearInt64KeyFrame Constructeurs
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.
Initialise une nouvelle instance de la classe LinearInt64KeyFrame.
Surcharges
LinearInt64KeyFrame() |
Initialise une nouvelle instance de la classe LinearInt64KeyFrame. |
LinearInt64KeyFrame(Int64) |
Initialise une nouvelle instance de la classe LinearInt64KeyFrame avec la valeur de fin spécifiée. |
LinearInt64KeyFrame(Int64, KeyTime) |
Initialise une nouvelle instance de la classe LinearInt64KeyFrame avec la valeur de fin et le temps clé spécifiés. |
LinearInt64KeyFrame()
Initialise une nouvelle instance de la classe LinearInt64KeyFrame.
public:
LinearInt64KeyFrame();
public LinearInt64KeyFrame ();
Public Sub New ()
S’applique à
LinearInt64KeyFrame(Int64)
Initialise une nouvelle instance de la classe LinearInt64KeyFrame avec la valeur de fin spécifiée.
public:
LinearInt64KeyFrame(long value);
public LinearInt64KeyFrame (long value);
new System.Windows.Media.Animation.LinearInt64KeyFrame : int64 -> System.Windows.Media.Animation.LinearInt64KeyFrame
Public Sub New (value As Long)
Paramètres
- value
- Int64
Valeur de fin (également appelée « valeur cible ») de l’image clé.
S’applique à
LinearInt64KeyFrame(Int64, KeyTime)
Initialise une nouvelle instance de la classe LinearInt64KeyFrame avec la valeur de fin et le temps clé spécifiés.
public:
LinearInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
public LinearInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.LinearInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.LinearInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime)
Paramètres
- value
- Int64
Valeur de fin (également appelée « valeur cible ») de l’image clé.
- keyTime
- KeyTime
Temps clé de l’image clé. Le temps clé détermine quand la valeur cible est atteinte ; c’est également à ce moment que l’image clé se termine.