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;}
get_AnimationDisposalMethod();
set_AnimationDisposalMethod(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2