LEADTOOLS (Leadtools assembly)

RasterImageAnimatorState Enumeration

Show in webframe







The RasterImageAnimator state.
Syntax
public enum RasterImageAnimatorState : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterImageAnimatorState 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterImageAnimatorState
public enum RasterImageAnimatorState : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x0000PreClearThe 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
0x0001PostClearIndicates that the target image has been cleared
0x0002PreRenderIndicates that the current frame will be rendered to the target image on the next call
0x0003RenderIndicates that a frame has been rendered to the target image
0x0004PostRenderIndicates that a frame is in the midst of being rendered to the target image
0x0005WaitInputIndicates that the animation engine is waiting for user input before moving on to PreDispose
0x0006WaitDelayIndicates that the animation engine is waiting for a delayed time before moving on to PreDispose
0x0007WaitInputDelayIndicates that the animation engine is waiting for user input and a delayed time before moving on to PreDispose
0x0008PreDisposeIndicates that the current frame will be disposed of on the next call
0x0009PostDisposeIndicates that the current frame has been disposed of. The index is incremented after processing this state
0x000AEndIndicates 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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.