Bitmap::Clone(constRectF&,PixelFormat) method (gdiplusheaders.h)

The Bitmap::Clone method creates a new Bitmap object by copying a portion of this bitmap.

Syntax

Bitmap * Clone(
  [in, ref] const RectF & rect,
  [in]      PixelFormat   format
);

Parameters

[in, ref] rect

Type: const RectF

Reference to a rectangle that specifies the portion of this bitmap to be copied.

[in] format

Type: PixelFormat

Integer that specifies the pixel format of the new bitmap. The PixelFormat data type and constants that represent various pixel formats are defined in Gdipluspixelformats.h. For more information about pixel format constants, see Image Pixel Format Constants.

Return value

Type: Bitmap*

This method returns a pointer to the new Bitmap object.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusheaders.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Bitmap

Bitmap Constructors

Clone

Image

Image Pixel Format Constants

Images, Bitmaps, and Metafiles

Rect

Using Images, Bitmaps, and Metafiles