←Select platform

AnimationDisposalMethod Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public RasterImageAnimationDisposalMethod AnimationDisposalMethod { get; set; } 
Public Property AnimationDisposalMethod As RasterImageAnimationDisposalMethod 
@property (nonatomic, assign) LTRasterImageAnimationDisposalMethod animationDisposalMethod 
public RasterImageAnimationDisposalMethod getAnimationDisposalMethod() 
public: 
property RasterImageAnimationDisposalMethod AnimationDisposalMethod { 
   RasterImageAnimationDisposalMethod get(); 
   void set (    RasterImageAnimationDisposalMethod ); 
} 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly