MindFusion.Charting for WebForms Programmer's Guide
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
Assembly: 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

Flush Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace