←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly