←Select platform

StopAnimation Method

Summary

Stops an animation playback.

Syntax
C#
VB
C++
public void StopAnimation() 
Public Sub StopAnimation() 
public:  
   void StopAnimation() 

Example
C#
VB
using Leadtools; 
using Leadtools.Controls; 
using Leadtools.Codecs; 
using Leadtools.Drawing; 
using LeadtoolsExamples.Common; 
 
public void RasterPictureBox_StopAnimation() 
{ 
   RasterPictureBox viewer = new RasterPictureBox(); 
   viewer.StopAnimation();  // suspend painting of the image  
} 
Imports Leadtools 
Imports Leadtools.Controls 
Imports Leadtools.Codecs 
Imports Leadtools.Drawing 
 
Public Sub RasterPictureBox_StopAnimation(ByVal viewer As RasterPictureBox) 
   viewer.StopAnimation() ' suspend painting of the image 
End Sub 

Requirements

Target Platforms

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

Leadtools.Controls Assembly