←Select platform

AnimationDisposalMethod Property

Summary

Gets or sets a value indicating the animation disposal method for the current frame.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

Property Value

A RasterImageAnimationDisposalMethod enumeration member that indicate the animation disposal method for the current frame.

Remarks

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.

Example

For an example, refer to AnimationGlobalLoop

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