Graphics::FillPath 方法 (gdiplusgraphics.h)

Graphics::FillPath 方法使用画笔填充路径的内部。 如果路径中的图形未闭合,此方法会将未封闭的图形视为由连接图形起点和终点的直线关闭。

语法

Status FillPath(
  [in] const Brush        *brush,
  [in] const GraphicsPath *path
);

parameters

[in] brush

类型: const Brush*

指向用于绘制路径内部的 Brush 对象的指针。

[in] path

类型: const GraphicsPath*

指向指定路径 的 GraphicsPath 对象的指针。

返回值

类型: 状态

如果该方法成功,则返回 Ok,这是 Status 枚举的元素。

如果方法失败,它将返回 Status 枚举的其他元素之一。

要求

   
最低受支持的客户端 Windows XP、Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 gdiplusgraphics.h (包括 Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

另请参阅

构造并绘制轨迹

显卡

GraphicsPath

路径