LinearGradientBrush::SetLinearColors 方法 (gdiplusbrush.h)
LinearGradientBrush::SetLinearColors 方法會設定此線性漸層筆刷的開始色彩和結束色彩。
語法
Status SetLinearColors(
[in] const Color & color1,
[in] const Color & color2
);
參數
[in] color1
類型: const Color&
Color 對象的參考 ,指定這個線性漸層筆刷之起始界限線的色彩。
[in] color2
類型: const Color&
Color 對象的參考 ,指定這個線性漸層筆刷結束界限線的色彩。
傳回值
類型: 狀態
如果方法成功,它會傳回Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplusbrush.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |
另請參閱
LinearGradientBrush \(英文\)
LinearGradientBrush::GetLinearColors