System.Drawing.Drawing2D.FlushIntention Enumeration

Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.

Syntax

public enum FlushIntention

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0