DisposalMethodType Enumeration

FreeImage.NET

DisposalMethodType Enumeration
Specifies how a single frame will be handled after being displayed.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public enum DisposalMethodType
Members
  Member nameValueDescription
Unspecified0 Same behavior as Leave but should not be used.
Leave1 The image is left in place and will be overdrawn by the next image.
Background2 The area of the image will be blanked out by its background.
Previous3 Restores the the area of the image to the state it was before it has been dawn.
See Also