Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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
typedef NS_ENUM(NSInteger, LTRasterImageAnimationDisposalMethod)
public enum RasterImageAnimationDisposalMethod
Leadtools.RasterImageAnimationDisposalMethod = function() { }; Leadtools.RasterImageAnimationDisposalMethod.prototype = {<br/> 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