StopAnimation Method

Summary

Stops an animation playback.

Syntax

C#
C++/CLI
C++
public void StopAnimation() 
public: 
void StopAnimation();  
public:  
   void StopAnimation() 

Example

This example will stop an animated GIF file.

C#
using Leadtools.WinForms; 
using Leadtools; 
using Leadtools.Codecs; 
using Leadtools.Drawing; 
 
public void RasterPictureBox_StopAnimation(RasterPictureBox viewer) 
{ 
   viewer.StopAnimation();  // suspend painting of the image  
} 

Requirements

Target Platforms

See Also

Reference

RasterPictureBox Class

RasterPictureBox Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.