共用方式為


HatchBrush::GetForegroundColor 方法 (gdiplusbrush.h)

HatchBrush::GetForegroundColor方法會取得這個影線筆刷的前景色彩。

語法

Status GetForegroundColor(
  [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

另請參閱

筆刷和填滿的圖形

Color

使用影線圖樣填滿圖形

HatchBrush

HatchStyle