←Select platform

PlayAnimation Method

Summary

Continues an animation playback.

Syntax
C#
C++/CLI
public void PlayAnimation() 
public:  
   void PlayAnimation() 
Example
C#
using Leadtools; 
using Leadtools.Controls; 
using Leadtools.Codecs; 
using Leadtools.Drawing; 
 
 
public void RasterPictureBox_StopAnimation() 
{ 
   RasterPictureBox viewer = new RasterPictureBox(); 
   viewer.StopAnimation();  // suspend painting of the image  
} 
Requirements

Target Platforms

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

Leadtools.Controls Assembly

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