SolidBrush::GetColor 方法 (gdiplusbrush.h)
SolidBrush::GetColor方法會取得這個純色筆刷的色彩。
語法
Status GetColor(
[out] Color *color
);
參數
[out] color
類型: 色彩*
接收這個純色筆刷色彩之 Color 物件的指標。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其中一個其他元素。
需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusbrush.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |