Flush the current set of drawing commands to the device surface.
Syntax

[C#]

void Flush();
void Flush(FlushIntention intention);

[Visual Basic]

Sub Flush()
Sub Flush(intention As FlushIntention)
Params
Name Description
intention The intent for the flush operation.
Notes

None.

Example

None.