←Select platform

RasterImageAnimationDisposalMethod Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum RasterImageAnimationDisposalMethod 
Public Enum RasterImageAnimationDisposalMethod  
    
    
public enum RasterImageAnimationDisposalMethod    
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   

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly