Graphics::FillPath 方法 (gdiplusgraphics.h)
Graphics::FillPath方法會使用筆刷來填滿路徑的內部。 如果路徑中的圖未關閉,這個方法會將非封閉的圖視為由連接圖形起點和終點的直線所關閉。
語法
Status FillPath(
[in] const Brush *brush,
[in] const GraphicsPath *path
);
參數
[in] brush
類型:const Brush*
筆刷物件的指標,用來繪製路徑的內部。
[in] path
類型:const GraphicsPath*
指定路徑之 GraphicsPath 物件的指標。
傳回值
類型: 狀態
如果方法成功,它會傳回 Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其中一個其他元素。
需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusgraphics.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |