Bitmap::Bitmap (INT,INT,Graphics*) 方法 (gdiplusheaders.h)
基于 Graphics 对象、宽度和高度创建 Bitmap::Bitmap 对象。
语法
void Bitmap(
[in] INT width,
[in] INT height,
[in] Graphics *target
);
参数
[in] width
类型: INT
指定位图的宽度(以像素为单位)的整数。
[in] height
类型: INT
指定位图的高度(以像素为单位)的整数。
[in] target
类型: 图形*
指向 Graphics 对象的指针,该对象包含用于初始化某些属性的信息 (例如,新 Bitmap::Bitmap 对象的每英寸点数) 。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusheaders.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |