Graphics::Flush method (gdiplusgraphics.h)

The Graphics::Flush method flushes all pending graphics operations.

Syntax

void Flush(
  [in] FlushIntention intention
);

Parameters

[in] intention

Type: FlushIntention

Element of the FlushIntention enumeration that specifies whether pending operations are flushed immediately (not executed) or executed as soon as possible.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusgraphics.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

FlushIntention

Graphics