| Leadtools Namespace : RasterImageAnimatorState Enumeration |
public enum RasterImageAnimatorState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterImageAnimatorState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterImageAnimatorState
public enum RasterImageAnimatorState : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterImageAnimatorState = function() { };
Leadtools.RasterImageAnimatorState.prototype = {
PreClear = 0x0000,
PostClear = 0x0001,
PreRender = 0x0002,
Render = 0x0003,
PostRender = 0x0004,
WaitInput = 0x0005,
WaitDelay = 0x0006,
WaitInputDelay = 0x0007,
PreDispose = 0x0008,
PostDispose = 0x0009,
End = 0x000A,
};
public enum class RasterImageAnimatorState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x0000 | PreClear | The initial state of the animation (index = -1). The target image will be cleared to the RasterImage.AnimationBackground color of the current frame on the next call ![]() ![]() |
| 0x0001 | PostClear | Indicates that the target image has been cleared ![]() ![]() |
| 0x0002 | PreRender | Indicates that the current frame will be rendered to the target image on the next call ![]() ![]() |
| 0x0003 | Render | Indicates that a frame has been rendered to the target image ![]() ![]() |
| 0x0004 | PostRender | Indicates that a frame is in the midst of being rendered to the target image ![]() ![]() |
| 0x0005 | WaitInput | Indicates that the animation engine is waiting for user input before moving on to PreDispose![]() ![]() |
| 0x0006 | WaitDelay | Indicates that the animation engine is waiting for a delayed time before moving on to PreDispose![]() ![]() |
| 0x0007 | WaitInputDelay | Indicates that the animation engine is waiting for user input and a delayed time before moving on to PreDispose![]() ![]() |
| 0x0008 | PreDispose | Indicates that the current frame will be disposed of on the next call ![]() ![]() |
| 0x0009 | PostDispose | Indicates that the current frame has been disposed of. The index is incremented after processing this state ![]() ![]() |
| 0x000A | End | Indicates that the animation is past the last frame in the list (index = number of frames or pages). The animator will loop to index = 0 on the next call with the state set to PreRender![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.RasterImageAnimatorState