MÉTHODE IDCompositionAffineTransform2DEffect ::SetTransformMatrixElement(int,int,IDCompositionAnimation*) (dcomp.h)
Définit un élément de la matrice de transformation de l’effet.
Syntaxe
HRESULT SetTransformMatrixElement(
[in] int row,
[in] int column,
[in] IDCompositionAnimation *animation
);
Paramètres
[in] row
Type : int
Ligne de l'élément.
[in] column
Type : int
Colonne de l'élément.
[in] animation
Type : IDCompositionAnimation*
Animation qui représente la façon dont la valeur de l’élément change au fil du temps. Ce paramètre ne doit pas être NULL.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Plateforme cible | Windows |
En-tête | dcomp.h |
Bibliothèque | Dcomp.lib |
DLL | Dcomp.dll |