LEADTOOLS (Leadtools assembly)

AnimationDisposalMethod Property

Show in webframe







Gets or sets a value indicating the animation disposal method for the current frame.
Syntax
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);
}

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

See Also

Reference

RasterImage Class
RasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationDelay Property
AnimationBackground Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.