Graphics::Graphics(HWND,BOOL)-Methode (gdiplusgraphics.h)
Erstellt ein Graphics::Graphics-Objekt , das einem angegebenen Fenster zugeordnet ist.
Syntax
void Graphics(
[in] HWND hwnd,
[in] BOOL icm
);
Parameter
[in] hwnd
Typ: HWND
Handle für ein Fenster, das dem neuen Graphics::Graphics-Objekt zugeordnet wird.
[in] icm
Typ: BOOL
Optional. Boolescher Wert, der angibt, ob das neue Graphics::Graphics-Objekt eine Farbanpassung gemäß dem ICC-Profil anwendet, das dem Anzeigegerät zugeordnet ist. TRUE gibt an, dass die Farbanpassung angewendet wird, und FALSE gibt an, dass die Farbanpassung nicht angewendet wird. Der Standardwert ist FALSE.
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 | gdiplusgraphics.h (include Gdiplus.h) |
Bibliothek | Gdiplus.lib |
DLL | Gdiplus.dll |