Leadtools.WinForms Namespace > RasterPictureBox Class : StopAnimation Method |
public void StopAnimation()
'Declaration Public Sub StopAnimation()
'Usage Dim instance As RasterPictureBox instance.StopAnimation()
public: void StopAnimation();
Imports Leadtools.WinForms Imports Leadtools Imports Leadtools.Codecs Imports Leadtools.Drawing Public Sub RasterPictureBox_StopAnimation(ByVal viewer As RasterPictureBox) viewer.StopAnimation() End Sub
using Leadtools.WinForms; using Leadtools; using Leadtools.Codecs; using Leadtools.Drawing; public void RasterPictureBox_StopAnimation(RasterPictureBox viewer) { viewer.StopAnimation(); // suspend painting of the image }