Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImageAnimator Class Members
See Also  Properties  Methods 
Leadtools Namespace : RasterImageAnimator Class


The following tables list the members exposed by RasterImageAnimator.

Public Constructors

 NameDescription
Public ConstructorRasterImageAnimator Constructor Constructs a new RasterImageAnimator object using the specified parameters.  
Top

Public Properties

 NameDescription
Public PropertyDelay Gets the time remaining in the current wait state of an animation playback.  
Public PropertyIndex Gets or sets the index of the current frame during animation playback.  
Public PropertyState Gets the current state of the animation playback engine.  
Top

Public Methods

 NameDescription
Public MethodAppend Appends an image to the animated multi-frame image during an animation playback.  
Public MethodCancelWait Cancels the wait for user input and any delay during an animation playback.  
Public MethodClearUpdateRectangle Clears the update rectangle used for an animation playback, leaving an empty rectangle.  
Public MethodDestroy Invalidates this RasterImageAnimator object and returns the animated image.  
Public MethodDisposeOverloaded.  Releases all resources used by this RasterImageAnimator.  
Public MethodGetUpdateRectangle Gets the update rectangle in the target image during an animation playback.  
Public MethodProcess Processes the next state during an animation playback.  
Public MethodValidateLines Validates lines of an image that was added during a RasterCodecs.LoadImage event using the Append function.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  This member overrides Finalize.  
Top

See Also