Partager via


MÉTHODE IDCompositionColorMatrixEffect ::SetMatrixElement(int,int,IDCompositionAnimation*) (dcomp.h)

Définit un élément de la matrice de couleurs.

Syntaxe

HRESULT SetMatrixElement(
  [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

Voir aussi

IDCompositionColorMatrixEffect