共用方式為


ColorMatrixEffect::GetParameters 方法 (gdipluseffects.h)

ColorMatrixEffect::GetParameters 方法會取得這個 ColorMatrixEffect 物件目前 5x5 色彩矩陣的專案。

語法

Status GetParameters(
  [in]  UINT        *size,
  [out] ColorMatrix *matrix
);

參數

[in] size

類型: UINT*

UINT 的指標,指定 ColorMatrix 結構的大小,以位元組為單位。

[out] matrix

類型: ColorMatrix*

ColorMatrix 結構的指標,該結構會接收色彩矩陣的專案。

傳回值

類型: 狀態

如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。

如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 gdipluseffects.h (包含 Gdiplus.h)
程式庫 Gdiplus.lib
Dll Gdiplus.dll

另請參閱

ColorMatrixEffect

ColorMatrixEffect::SetParameters