Charting for WinForms Programmer's Guide
IGraphics.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

void Flush (
    FlushIntention intention
)

Visual Basic  Copy Code

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
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace