Gets or sets a value indicating the animation disposal method for the current frame.
public RasterImageAnimationDisposalMethod AnimationDisposalMethod { get; set; }
Public Property AnimationDisposalMethod As Leadtools.RasterImageAnimationDisposalMethod
public Leadtools.RasterImageAnimationDisposalMethod AnimationDisposalMethod {get; set;}
@property (nonatomic, assign) LTRasterImageAnimationDisposalMethod animationDisposalMethod
public RasterImageAnimationDisposalMethod getAnimationDisposalMethod()
<br/>get_AnimationDisposalMethod();<br/>set_AnimationDisposalMethod(value);<br/>Object.defineProperty('AnimationDisposalMethod');
public:
property Leadtools.RasterImageAnimationDisposalMethod AnimationDisposalMethod {
Leadtools.RasterImageAnimationDisposalMethod get();
void set ( Leadtools.RasterImageAnimationDisposalMethod );
}
A RasterImageAnimationDisposalMethod enumeration member that indicate the animation disposal method for the current frame.
When the value of this property is changed, the Changed event will fire with RasterImageChangedFlags set to RasterImageChangedFlags.AnimationProperties.
For more information, refer to Implementing Animation.
For an example, refer to AnimationGlobalLoop
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