Partager via


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

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

Syntaxe

HRESULT SetMatrixElement(
  [in] int   row,
  [in] int   column,
  [in] float value
);

Paramètres

[in] row

Type : int

Ligne de l'élément.

[in] column

Type : int

Colonne de l'élément.

[in] value

Type : float

Nouvelle valeur de l’élément.

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