'宣言 Public Enum GifDisposalMethod Inherits System.Enum
public enum GifDisposalMethod : System.Enum
'宣言 Public Enum GifDisposalMethod Inherits System.Enum
public enum GifDisposalMethod : System.Enum
| メンバ | 解説 |
|---|---|
| DoNotDispose | Do not dispose. The graphic is to be left in place. |
| NotSpecified | No disposal specified. The decoder is not required to take any action. |
| RestoreToBackgroundColor | Restore to background color. The area used by the graphic must be restored to the background color. |
| RestoreToPrevious | Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.GifDisposalMethod