←Select platform

RasterImageAnimationDisposalMethod Enumeration

Summary
Used for the disposal methods used after rendering each frame in an animated image.
Syntax
C#
VB
Objective-C
C++
Java
public enum RasterImageAnimationDisposalMethod 
Public Enum RasterImageAnimationDisposalMethod  
typedef NS_ENUM(NSInteger, LTRasterImageAnimationDisposalMethod) 
public enum RasterImageAnimationDisposalMethod 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.