GifGraphicDisposalMethod Enumeration
Indicates the way in which the graphic is to be treated after being displayed.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public enum GifGraphicDisposalMethod
Public Enumeration GifGraphicDisposalMethod
public enum class GifGraphicDisposalMethod
type GifGraphicDisposalMethod
| NotSpecified | 0 |
No disposal specified. The decoder is not required to take any action.
|
| DoNotDispose | 1 |
Do not dispose. The graphic is to be left in place.
|
| RestoreToBackground | 2 |
Restore to background color. The area used by the graphic must be restored to the background color.
If there is no global palette, or the corresponding image has transparent color, then the virtual screen
is always cleared to transparent.
|
| RestoreToPrevious | 3 |
Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.
|