Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : AnimationDisposalMethod Property |
public RasterImageAnimationDisposalMethod AnimationDisposalMethod {get; set;}
'Declaration
Public Property AnimationDisposalMethod As RasterImageAnimationDisposalMethod
'Usage
Dim instance As RasterImage Dim value As RasterImageAnimationDisposalMethod instance.AnimationDisposalMethod = value value = instance.AnimationDisposalMethod
public 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 RasterImageAnimationDisposalMethod AnimationDisposalMethod { RasterImageAnimationDisposalMethod get(); void set ( RasterImageAnimationDisposalMethod value); }
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.