GRContext.Flush Method

Definition

Overloads

Flush(Boolean, Boolean)
Flush()

Call to ensure all drawing to the context has been issued to the underlying 3D API.

Flush(Boolean, Boolean)

public void Flush (bool submit, bool synchronous = false);

Parameters

submit
Boolean
synchronous
Boolean

Applies to

Flush()

Call to ensure all drawing to the context has been issued to the underlying 3D API.

public void Flush ();

Applies to