Leadtools Namespace : RasterImageAnimationDisposalMethod Enumeration |
public enum RasterImageAnimationDisposalMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterImageAnimationDisposalMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterImageAnimationDisposalMethod
public enum RasterImageAnimationDisposalMethod : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterImageAnimationDisposalMethod = function() { }; Leadtools.RasterImageAnimationDisposalMethod.prototype = {
None = 0, Leave = 1, RestoreBackground = 2, RestorePrevious = 3, };
public enum class RasterImageAnimationDisposalMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | None | Do nothing |
1 | Leave | Leave the target image as is |
2 | RestoreBackground | Restore the background |
3 | RestorePrevious | Restore the previous frame |
The RasterImageAnimator class will take care of interpreting the value of the disposal method and update the target image accordingly.
System.Object
System.ValueType
System.Enum
Leadtools.RasterImageAnimationDisposalMethod
Leadtools Namespace
RasterImage.AnimationWaitUserInput
RasterImage.AnimationOffset
RasterImage.AnimationDelay
RasterImage.AnimationBackground
RasterImage.AnimationDisposalMethod
RasterImage.AnimationGlobalLoop
RasterImage.AnimationGlobalSize
RasterImage.AnimationGlobalSize
RasterImageAnimator
Implementing Animation