Graphics.Flush Method
.NET Framework 2.0
Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish.
| Name | Description |
|---|---|
| Graphics.Flush () | Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish. |
| Graphics.Flush (FlushIntention) | Forces execution of all pending graphics operations with the method waiting or not waiting, as specified, to return before the operations finish. |
Community Additions
ADD
Show: