Visual Basic (Declaration) | |
---|---|
Public Enum RasterImageAnimationDisposalMethod Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterImageAnimationDisposalMethod : Enum |
C++/CLI | |
---|---|
public enum class RasterImageAnimationDisposalMethod : public Enum |
Member | Description |
---|---|
None | Do nothing |
Leave | Leave the target image as is |
RestoreBackground | Restore the background |
RestorePrevious | Restore the previous frame |
For an example, refer to RasterImage.AnimationOffset
The RasterImageAnimator class will take care of interpreting the value of the disposal method and update the target image accordingly.
System.Object
System.ValueType
System.Enum
Leadtools.RasterImageAnimationDisposalMethod
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
Leadtools NamespaceRasterImage.AnimationWaitUserInput
RasterImage.AnimationOffset
RasterImage.AnimationDelay
RasterImage.AnimationBackground
RasterImage.AnimationDisposalMethod
RasterImage.AnimationGlobalLoop
RasterImage.AnimationGlobalSize
RasterImage.AnimationGlobalSize
RasterImageAnimator
Implementing Animation