Bitmap::Bitmap(INT,INT,Graphics*)-Methode (gdiplusheaders.h)
Erstellt ein Bitmap::Bitmap-Objekt basierend auf einem Graphics-Objekt , einer Breite und einer Höhe.
Syntax
void Bitmap(
[in] INT width,
[in] INT height,
[in] Graphics *target
);
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] target
Typ: Grafiken*
Zeiger auf ein Graphics-Objekt , das Informationen enthält, die zum Initialisieren bestimmter Eigenschaften (z. B. Punkte pro Zoll) des neuen Bitmap::Bitmap-Objekts verwendet werden.
Rückgabewert
Keine
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 |