Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Dispose() Method
See Also 
Leadtools Namespace > RasterImage Class > Dispose Method : Dispose() Method



Releases all resources used by this RasterImage

Syntax

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

Remarks

The RasterImage class uses unmanaged resources and it is your responsibility to dispose this object when you are done with it.

For more information, refer to Dispose

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also