FlushIntention Enumeration
.NET Framework (current version)
Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| Flush | Specifies that the stack of all graphics operations is flushed immediately. | |
| Sync | Specifies that all graphics operations on the stack are executed as soon as possible. This synchronizes the graphics state. |
.NET Framework
Available since 1.1
Available since 1.1
Show: