GifFrameDisposal Enumeration |
The frame disposal method to use for animated GIF images.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic enum GifFrameDisposal
Public Enumeration GifFrameDisposal
Members|
| Member name | Description |
|---|
| None | No action is taken. |
| LeaveImage | Leaves the image in place when the next frame is drawn. |
| RestorePrevious | Restores the previous frame. |
| RestoreBackgroundColor | Restores the area occupied by the image with the animation background color. |
See Also