LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterImageAnimatorState Enumeration






The RasterImageAnimator state. .NET support WinRT support
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 = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterImageAnimatorState : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
EndIndicates 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
PostClearIndicates that the target image has been cleared
PostDisposeIndicates that the current frame has been disposed of. The index is incremented after processing this state
PostRenderIndicates that a frame is in the midst of being rendered to the target image
PreClearThe 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
PreDisposeIndicates that the current frame will be disposed of on the next call
PreRenderIndicates that the current frame will be rendered to the target image on the next call
RenderIndicates that a frame has been rendered to the target image
WaitDelayIndicates that the animation engine is waiting for a delayed time before moving on to PreDispose
WaitInputIndicates that the animation engine is waiting for user input before moving on to PreDispose
WaitInputDelayIndicates that the animation engine is waiting for user input and a delayed time before moving on to PreDispose
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: 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

See Also

Reference

Leadtools Namespace
RasterImageAnimator Class

 

 


Products | Support | Contact Us | Copyright Notices

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