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

The following tables list the members exposed by RasterImageAnimator.

Public Constructors

 NameDescription
public Constructor RasterImageAnimator ConstructorConstructs a new RasterImageAnimator object using the specified parameters.  
Top

Public Properties

 NameDescription
public Property DelayGets the time remaining in the current wait state of an animation playback.  
public Property IndexGets or sets the index of the current frame during animation playback.  
public Property StateGets the current state of the animation playback engine.  
Top

Public Methods

 NameDescription
public Method AppendAppends an image to the animated multi-frame image during an animation playback.  
public Method CancelWaitCancels the wait for user input and any delay during an animation playback.  
public Method ClearUpdateRectangleClears the update rectangle used for an animation playback, leaving an empty rectangle.  
public Method DestroyInvalidates this RasterImageAnimator object and returns the animated image.  
public Method DisposeOverloaded. Releases all the resources used by this RasterImageAnimator.  
public Method GetUpdateRectangleGets the update rectangle in the target image during an animation playback.  
public Method ProcessProcesses the next state during an animation playback.  
public Method ValidateLinesValidates lines of an image that was added during a RasterCodecs.LoadImage event using the Append function.  
Top

Protected Methods

 NameDescription
protected Method FinalizeThis member overrides System.Object.Finalize.  
Top

See Also