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 = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterImageAnimatorState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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 |
PostClear | Indicates that the target image has been cleared |
PostDispose | Indicates that the current frame has been disposed of. The index is incremented after processing this state |
PostRender | Indicates that a frame is in the midst of being rendered to the target image |
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 |
PreDispose | Indicates that the current frame will be disposed of on the next call |
PreRender | Indicates that the current frame will be rendered to the target image on the next call |
Render | Indicates that a frame has been rendered to the target image |
WaitDelay | Indicates that the animation engine is waiting for a delayed time before moving on to PreDispose |
WaitInput | Indicates that the animation engine is waiting for user input before moving on to PreDispose |
WaitInputDelay | Indicates that the animation engine is waiting for user input and a delayed time before moving on to PreDispose |
System.Object
System.ValueType
System.Enum
Leadtools.RasterImageAnimatorState
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2