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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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