bitmap class : Release() method
Description
Releases unmanaged resources.
Syntax
instance.Release()
Arguments
None.
Return value
None.
Sample code
1: | bitmap bmp = new bitmap("http://rice.aki.gs/cooker/img/someimage.png"); |
2: | bmp.Release(); |
Notes
If an instance call this method, the instance back to the uninitialized state.
Links for reference
None.