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

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public enum DisposalMethodType
Visual Basic (Declaration)
Public Enumeration DisposalMethodType
Visual C++
public enum class DisposalMethodType

Members

Member nameDescription
Unspecified
Same behavior as Leave but should not be used.
Leave
The image is left in place and will be overdrawn by the next image.
Background
The area of the image will be blanked out by its background.
Previous
Restores the the area of the image to the state it was before it has been dawn.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also