IDCompositionColorMatrixEffect::SetMatrixElement(int,int,float) メソッド (dcomp.h)
カラー マトリックスの要素を設定します。
構文
HRESULT SetMatrixElement(
[in] int row,
[in] int column,
[in] float value
);
パラメーター
[in] row
型: int
要素の行。
[in] column
型: int
要素の列。
[in] value
型: float
要素の新しい値。
戻り値
型: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | dcomp.h |
Library | Dcomp.lib |
[DLL] | Dcomp.dll |