LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CancelWait Method






Cancels the wait for user input and any delay during an animation playback. .NET support WinRT support
Syntax
public void CancelWait()
'Declaration
 
Public Sub CancelWait() 
'Usage
 
Dim instance As RasterImageAnimator
 
instance.CancelWait()
public void CancelWait()
 function Leadtools.RasterImageAnimator.CancelWait()
public:
void CancelWait(); 
Remarks

The "Wait for user input" is supported by GIF89a and later standard. This flag gets set to the corresponding value if this image was loaded from a GIF file. Also, the value set in this property will be used if this image is saved as a GIF file. Otherwise, the LEADTOOLS toolkit will not use the value of this property.

This flag is set in the RasterImage.AnimationWaitUserInput property. The animation playback engine will get into a wait state if it encounters this flag in a frame and the state of the playback will be RasterImageAnimatorState.WaitInput. Use the CancelWait method to exit the wait state and move to the next frame

Example
For an example, refer to Append.
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

RasterImageAnimator Class
RasterImageAnimator Members

 

 


Products | Support | Contact Us | Copyright Notices

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