Name

FlushIntention

Synopsis

This enumeration is used by the System.Drawing.Graphics.Flush() method to determine whether the system should wait for rendering to be completed (Sync) or whether the graphics operations should be flushed asynchronously (Flush).


public enum FlushIntention {

   Flush = 0,

   Sync = 1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) FlushIntention

Passed To

System.Drawing.Graphics.Flush()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.