LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImageAnimationDisposalMethod Enumeration
See Also  
Leadtools Namespace : RasterImageAnimationDisposalMethod Enumeration



Used for the disposal methods used after rendering each frame in an animated image. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
LeaveLeave the target image as is
NoneDo nothing
RestoreBackgroundRestore the background
RestorePreviousRestore 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also