| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Dispose() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Dispose() | |
| C++/CLI | |
|---|---|
public: void Dispose(); | |
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
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code