Accusoft.ImagXpress13.Net
DisposeHbitmap Method




A System.IntPtr handle to an HBITMAP object to free.
Disposes an HBITMAP object.
Syntax
'Declaration
 
Public Shared Sub DisposeHbitmap( _
   ByVal hbitmap As IntPtr _
) 
'Usage
 
Dim hbitmap As IntPtr
 
ImageX.DisposeHbitmap(hbitmap)
public static void DisposeHbitmap( 
   IntPtr hbitmap
)
public: static void DisposeHbitmap( 
   IntPtr hbitmap
) 
public:
static void DisposeHbitmap( 
   IntPtr hbitmap
) 

Parameters

hbitmap
A System.IntPtr handle to an HBITMAP object to free.
Remarks
This static function is a helper function so that the developer can use this function to free an HBITMAP object instead of having to call DeleteObject in gdi32.dll. This method should be called to free the HBITMAP object returned from the ToHbitmap method.
See Also

Reference

ImageX Class
ImageX Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback