Bitmap::Bitmap(INT,INT,PixelFormat)-Methode (gdiplusheaders.h)
Erstellt ein Bitmap::Bitmap-Objekt mit einer angegebenen Größe und einem angegebenen Pixelformat. Die Pixeldaten müssen bereitgestellt werden, nachdem das Bitmap::Bitmap-Objekt erstellt wurde.
Syntax
void Bitmap(
[in] INT width,
[in] INT height,
[in] PixelFormat format
);
Parameter
[in] width
Typ: INT
Ganzzahl, die die Breite der Bitmap in Pixel angibt.
[in] height
Typ: INT
Ganzzahl, die die Höhe der Bitmap in Pixel angibt.
[in] format
Typ: PixelFormat
Optional. Ganzzahl, die das Pixelformat der Bitmap angibt. Der PixelFormat-Datentyp und die Konstanten, die verschiedene Pixelformate darstellen, werden in Gdipluspixelformats.h definiert. Weitere Informationen zu Pixelformatkonstanten finden Sie unter Bildpixelformatkonstanten. Der Standardwert ist PixelFormat32bppARGB.
Rückgabewert
Keine
Anforderungen
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 |