Search
GdiGraphics.Flush Method (FlushIntention)
See Also
 





Forces execution of all pending graphics operations with the method waiting or not waiting, as specified, to return before the operations finish.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void Flush (
    FlushIntention intention
)

Visual Basic  Copy Code

Public Overridable Sub Flush( _
    intention As FlushIntention _
)

 Parameters

intention
Member of the .NET FlushIntention enumeration that specifies whether the method returns immediately or waits for any existing operations to finish.

 See Also