TextureBrush::GetImage 方法 (gdiplusbrush.h)

TextureBrush::GetImage 方法获取指向此纹理画笔定义的 Image 对象的指针。

语法

Image * GetImage();

返回值

类型: 图像*

此方法返回指向此纹理画笔定义的 Image 对象的指针。

要求

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

请参阅

画笔和填充形状

使用图像纹理填充形状

图像

TextureBrush