FlushIntention

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class FlushIntention extends System.Enum

Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.

Fields

FieldDescription
FlushSpecifies that the stack of all graphics operations is flushed immediately.
SyncSpecifies that all graphics operations on the stack are executed as soon as possible.

Flush

public static final int Flush

Specifies that the stack of all graphics operations is flushed immediately.

Sync

public static final int Sync

Specifies that all graphics operations on the stack are executed as soon as possible. This synchronizes the graphics state.