Graphics::Flush Method ()

 

Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void Flush()

This method starts a flush and returns immediately without waiting for any currently executing graphics operation to finish.

.NET Framework
Available since 1.1
Return to top
Show: