Used for the disposal methods used after rendering each frame in an animated image.
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
| Value | Member | Description |
|---|---|---|
| 0 | None | Do nothing |
| 1 | Leave | Leave the target image as is |
| 2 | RestoreBackground | Restore the background |
| 3 | RestorePrevious | Restore the previous frame |
The RasterImageAnimator class will take care of interpreting the value of the disposal method and update the target image accordingly.
For an example, refer to RasterImage.AnimationOffset
RasterImage.AnimationWaitUserInput
RasterImage.AnimationBackground
RasterImage.AnimationDisposalMethod
RasterImage.AnimationGlobalLoop
RasterImage.AnimationGlobalSize
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
