This documentation is archived and is not being maintained.
FlushIntention Enumeration
.NET Framework 1.1
Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.
[Visual Basic] <Serializable> Public Enum FlushIntention [C#] [Serializable] public enum FlushIntention [C++] [Serializable] __value public enum FlushIntention [JScript] public Serializable enum FlushIntention
Members
| 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. |
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: