This documentation is archived and is not being maintained.

Graphics.Flush Method

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

Overload List

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

[Visual Basic] Overloads Public Sub Flush()
[C#] public void Flush();
[C++] public: void Flush();
[JScript] public function Flush();

Forces execution of all pending graphics operations with the method waiting or not waiting, as specified, to return before the operations finish.

[Visual Basic] Overloads Public Sub Flush(FlushIntention)
[C#] public void Flush(FlushIntention);
[C++] public: void Flush(FlushIntention);
[JScript] public function Flush(FlushIntention);

See Also

Graphics Class | Graphics Members | System.Drawing Namespace

Show: