Accusoft.ThumbnailXpress6.Net
DisposeHbitmap Method




Handle to a device dependent bitmap obtained through ToHbitmap.
Object method for the disposal of device dependent bitmap thumbnail images
Syntax
'Declaration
 
Public Sub DisposeHbitmap( _
   ByVal hbitmap As IntPtr _
) 
'Usage
 
Dim instance As ThumbnailItem
Dim hbitmap As IntPtr
 
instance.DisposeHbitmap(hbitmap)
public void DisposeHbitmap( 
   IntPtr hbitmap
)
public: void DisposeHbitmap( 
   IntPtr hbitmap
) 
public:
void DisposeHbitmap( 
   IntPtr hbitmap
) 

Parameters

hbitmap
Handle to a device dependent bitmap obtained through ToHbitmap.
Remarks
This helper function is provided so that the developer can free all resources associated with an Hbitmap that was obtained through ToHbitmap. After disposal the Hbitmap handle is invalid and must not be used again.
See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback