Bitmap::Clone(constRectF&,PixelFormat)-Methode (gdiplusheaders.h)
Die Bitmap::Clone-Methode erstellt ein neues Bitmap-Objekt , indem ein Teil dieser Bitmap kopiert wird.
Syntax
Bitmap * Clone(
[in, ref] const RectF & rect,
[in] PixelFormat format
);
Parameter
[in, ref] rect
Typ: const RectF
Verweis auf ein Rechteck, das den teil dieser Bitmap angibt, der kopiert werden soll.
[in] format
Typ: PixelFormat
Ganze Zahl, die das Pixelformat der neuen Bitmap angibt. Der PixelFormat-Datentyp und die Konstanten, die verschiedene Pixelformate darstellen, sind in Gdipluspixelformats.h definiert. Weitere Informationen zu Pixelformatkonstanten finden Sie unter Bildpixelformatkonstanten.
Rückgabewert
Typ: Bitmap*
Diese Methode gibt einen Zeiger auf das neue Bitmap-Objekt zurück.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP, Windows 2000 Professional [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | gdiplusheaders.h (include Gdiplus.h) |
Bibliothek | Gdiplus.lib |
DLL | Gdiplus.dll |