Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImageAnimationDisposalMethod Enumeration
See Also  
Leadtools Namespace : RasterImageAnimationDisposalMethod Enumeration



Used for the disposal methods used after rendering each frame in an animated image.

Syntax

Visual Basic (Declaration) 
Public Enum RasterImageAnimationDisposalMethod 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterImageAnimationDisposalMethod
C# 
public enum RasterImageAnimationDisposalMethod : Enum 
C++/CLI 
public enum class RasterImageAnimationDisposalMethod : public Enum 

Members

MemberDescription
None Do nothing
Leave Leave the target image as is
RestoreBackground Restore the background
RestorePrevious Restore the previous frame

Example

For an example, refer to RasterImage.AnimationOffset

Remarks

The RasterImageAnimator class will take care of interpreting the value of the disposal method and update the target image accordingly.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageAnimationDisposalMethod

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also