You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Exporting GdPicture Image > ReleaseHBitmap Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ReleaseHBitmap Method

Tell this function to delete an HBitmap from the memory.

C#
public ReleaseHBitmap(
    IntPtr HBitmap
);
Visual Basic
Public Sub ReleaseHBitmap(
    ByVal HBitmap As IntPtr
)
Parameters
Parameters 
Description 
HBitmap 
The HBitmap handle to delete.  

the GetStat() function to see if this function success.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.