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
未定义的值。