Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterImageAnimatorState Enumeration








The RasterImageAnimator state.
Syntax
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 = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class RasterImageAnimatorState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0PreClear 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
1PostClear Indicates that the target image has been cleared
2PreRender Indicates that the current frame will be rendered to the target image on the next call
3Render Indicates that a frame has been rendered to the target image
4PostRender Indicates that a frame is in the midst of being rendered to the target image
5WaitInput Indicates that the animation engine is waiting for user input before moving on to PreDispose
6WaitDelay Indicates that the animation engine is waiting for a delayed time before moving on to PreDispose
7WaitInputDelay Indicates that the animation engine is waiting for user input and a delayed time before moving on to PreDispose
8PreDispose Indicates that the current frame will be disposed of on the next call
9PostDispose Indicates that the current frame has been disposed of. The index is incremented after processing this state
10End 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
Remarks
This enumeration is used as the state of the RasterImageAnimator. It is used as the value of the RasterImageAnimator.State property and the return value of the RasterImageAnimator.Process method.
Example
For an example, refer to RasterImageAnimator.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageAnimatorState

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace
RasterImageAnimator Class

Error processing SSI file