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()
get_AnimationDisposalMethod();
set_AnimationDisposalMethod(value);
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.