Specifies how a single frame will be handled after being displayed.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public enum DisposalMethodType |
Visual Basic (Declaration) |
---|
Public Enumeration DisposalMethodType |
Visual C++ |
---|
public enum class DisposalMethodType |
Members
Member name | Description | |
---|---|---|
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.
|