Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Process Method
See Also 
Leadtools Namespace > RasterImageAnimator Class : Process Method



Processes the next state during an animation playback.

Syntax

Visual Basic (Declaration) 
Public Function Process() As RasterImageAnimatorState
Visual Basic (Usage)Copy Code
Dim instance As RasterImageAnimator
Dim value As RasterImageAnimatorState
 
value = instance.Process()
C# 
public RasterImageAnimatorState Process()
C++/CLI 
public:
RasterImageAnimatorState Process(); 

Return Value

A RasterImageAnimatorState enumeration member that describes the new state of the animation playback engine

Example

For an example, refer to RasterImageAnimator.

Remarks

You should call this method in a loop to continually process the playback.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also