Visual Basic (Declaration) | |
---|---|
Public Enum RasterImageAnimationDisposalMethod Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageAnimationDisposalMethod |
C# | |
---|---|
public enum RasterImageAnimationDisposalMethod : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterImageAnimationDisposalMethod : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Leave | Leave the target image as is |
None | Do nothing |
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7