共用方式為


IDCompositionColorMatrixEffect::SetMatrixElement (int,int,IDCompositionAnimation*) 方法 (dcomp.h)

設定色彩矩陣的專案。

語法

HRESULT SetMatrixElement(
  [in] int                    row,
  [in] int                    column,
  [in] IDCompositionAnimation *animation
);

參數

[in] row

類型: int

項目列。

[in] column

類型: int

項目行。

[in] animation

類型: IDCompositionAnimation*

動畫,表示專案值在一段時間內的變更方式。 此參數不得為 NULL。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
目標平台 Windows
標頭 dcomp.h
程式庫 Dcomp.lib
Dll Dcomp.dll

另請參閱

IDCompositionColorMatrixEffect