DisposalMethod

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

public final class DisposalMethod extends System.Enum

指示图形显示后应如何处理。

字段

字段描述
None未指定处置方式。
Preserve不要释放。
Restore恢复到背景颜色。
Previuos恢复到之前的状态。
Undefined未定义的值。

None

public static final int None

未指定处置方式。

Preserve

public static final int Preserve

不要释放。图形应保持原位。

Restore

public static final int Restore

恢复到背景颜色。图形使用的区域必须恢复为背景颜色。

Previuos

public static final int Previuos

恢复到之前的状态。解码器需要将被图形覆盖的区域恢复为渲染图形之前的内容。

Undefined

public static final int Undefined

未定义的值。