LEADTOOLS (Leadtools assembly)

RasterImageAnimationDisposalMethod Enumeration

Show in webframe







Used for the disposal methods used after rendering each frame in an animated image.
Syntax
public enum RasterImageAnimationDisposalMethod : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterImageAnimationDisposalMethod 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterImageAnimationDisposalMethod
public enum RasterImageAnimationDisposalMethod : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.RasterImageAnimationDisposalMethod = function() { };
Leadtools.RasterImageAnimationDisposalMethod.prototype = {
None = 0, Leave = 1, RestoreBackground = 2, RestorePrevious = 3, };
public enum class RasterImageAnimationDisposalMethod : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneDo nothing
1LeaveLeave the target image as is
2RestoreBackgroundRestore the background
3RestorePreviousRestore the previous frame
Remarks

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

Example
For an example, refer to RasterImage.AnimationOffset
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace
RasterImage.AnimationWaitUserInput
RasterImage.AnimationOffset
RasterImage.AnimationDelay
RasterImage.AnimationBackground
RasterImage.AnimationDisposalMethod
RasterImage.AnimationGlobalLoop
RasterImage.AnimationGlobalSize
RasterImage.AnimationGlobalSize
RasterImageAnimator
Implementing Animation

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.