Graphics.Flush

Flush()

Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish.

public void Flush()

See Also


Flush(FlushIntention)

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

public void Flush(FlushIntention intention)
ParameterTypeDescription
intentionFlushIntentionMember of the FlushIntention enumeration that specifies whether the method returns immediately or waits for any existing operations to finish.

See Also