Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Stop Method
See Also 
Leadtools Namespace > RasterBufferResize Class : Stop Method



Cleans up all data variables and buffers allocated by Start

Syntax

Visual Basic (Declaration) 
Public Sub Stop() 
Visual Basic (Usage)Copy Code
Dim instance As RasterBufferResize
 
instance.Stop()
C# 
public void Stop()
C++/CLI 
public:
void Stop(); 

Example

For an example, refer to RasterBufferResize.

Remarks

You must call the Stop method when all resizing operations is completed.

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also