FreeImage.NET Class Library Reference
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 name | Value | Description | |
---|---|---|---|
Unspecified | 0 | Same behavior as Leave but should not be used. | |
Leave | 1 | The image is left in place and will be overdrawn by the next image. | |
Background | 2 | The area of the image will be blanked out by its background. | |
Previous | 3 | Restores the the area of the image to the state it was before it has been dawn. |
See Also