public enum DisposalMethod : System.Enum
__value public enum DisposalMethod : public System.Enum
public enum class DisposalMethod : public System.Enum
'Declaration Public Enum DisposalMethod Inherits System.Enum
Member | Description |
---|---|
NoDisposalSpecified | No disposal specified. The decoder is not required to take any action. |
DoNotDispose | Do not dispose. The graphic is to be left in place. |
RestoreToBackgroundColor | Restore to background color. The region used by the graphic must be restored to the background color. |
RestoreToPrevious | Restore to previous. The decoder is required to restore the region overwritten by the graphic with what was there prior to rendering the graphic. |
System.Object
System.ValueType
System.Enum
Vintasoft.Imaging.Codecs.ImageFiles.Gif.DisposalMethod
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5