FlushIntention
Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.
namespace System.Drawing.Drawing2D
{
public enum FlushIntention
{
Flush,
Sync
}
}