Graphics::Graphics (Image*) 方法 (gdiplusgraphics.h)
创建与 Image 对象关联的 Graphics::Graphics 对象。
语法
void Graphics(
[in] Image *image
);
parameters
[in] image
类型: Image*
指向将与新的 Graphics::Graphics 对象关联的 Image 对象的指针。
返回值
无
备注
如果 Image 对象基于打开以供读取的图元文件,则此构造函数失败。 Image::Image (文件) 和 Metafile::Metafile (文件) 构造函数打开图元文件以供读取。 若要打开用于录制的图元文件,请使用接收设备上下文句柄的 图元文件 构造函数。
如果图像使用以下像素格式之一,此构造函数也会失败:
- PixelFormatUndefined
- PixelFormatDontCare
- PixelFormat1bppIndexed
- PixelFormat4bppIndexed
- PixelFormat8bppIndexed
- PixelFormat16bppGrayScale
- PixelFormat16bppARGB1555
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusgraphics.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |