Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Stop Method (RasterBufferResize)








Cleans up all data variables and buffers allocated by the Start method.
Syntax
public void Stop()
'Declaration
 
Public Sub Stop() 
'Usage
 
Dim instance As RasterBufferResize
 
instance.Stop()
public void Stop()
 function Leadtools.RasterBufferResize.Stop()
public:
void Stop(); 
Remarks

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

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

Example
For an example, refer to RasterBufferResize.
Requirements

Target Platforms

See Also

Reference

RasterBufferResize Class
RasterBufferResize Members

Error processing SSI file