LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

StopAnimation Method

Example 





Stops an animation playback.
Syntax
public void StopAnimation()
'Declaration
 
Public Sub StopAnimation() 
'Usage
 
Dim instance As RasterPictureBox
 
instance.StopAnimation()
public void StopAnimation()
 function Leadtools.WinForms.RasterPictureBox.StopAnimation()
public:
void StopAnimation(); 
Example
 
Public Sub RasterPictureBox_StopAnimation(ByVal viewer As RasterPictureBox)
   viewer.StopAnimation()
End Sub
public void RasterPictureBox_StopAnimation(RasterPictureBox viewer)
{
   viewer.StopAnimation();  // suspend painting of the image 
}
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

RasterPictureBox Class
RasterPictureBox Members

 

 


Products | Support | Contact Us | Copyright Notices

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