Graphics::Flush-Methode (gdiplusgraphics.h)
Die Graphics::Flush-Methode löscht alle ausstehenden Grafikvorgänge.
Syntax
void Flush(
[in] FlushIntention intention
);
Parameter
[in] intention
Typ: FlushIntention
Element der FlushIntention-Enumeration , das angibt, ob ausstehende Vorgänge sofort geleert (nicht ausgeführt) oder so schnell wie möglich ausgeführt 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 | gdiplusgraphics.h (include Gdiplus.h) |
Bibliothek | Gdiplus.lib |
DLL | Gdiplus.dll |