Bitmap::Clone (constRectF&,PixelFormat) 方法 (gdiplusheaders.h)
Bitmap::Clone 方法通过复制此位图的一部分创建新的 Bitmap 对象。
语法
Bitmap * Clone(
[in, ref] const RectF & rect,
[in] PixelFormat format
);
参数
[in, ref] rect
类型: const RectF
对矩形的引用,该矩形指定要复制的位图部分。
[in] format
类型: PixelFormat
指定新位图的像素格式的整数。 表示各种像素格式的 PixelFormat 数据类型和常量在 Gdipluspixelformats.h 中定义。 有关像素格式常量的详细信息,请参阅 图像像素格式常量。
返回值
类型: 位图*
此方法返回指向新 Bitmap 对象的指针。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusheaders.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |