A pointer to a HBitmap object you need to release, as an integer value.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ReleaseHBitmapI Method

ReleaseHBitmapI Method (GdPictureImaging)

In This Topic
Releases a specified HBitmap object from the memory.
Syntax
'Declaration

 

Public Sub ReleaseHBitmapI( _

   ByVal HBitmap As Integer _

) 
public void ReleaseHBitmapI( 

   int HBitmap

)
public procedure ReleaseHBitmapI( 

    HBitmap: Integer

); 
public function ReleaseHBitmapI( 

   HBitmap : int

);
public: void ReleaseHBitmapI( 

   int HBitmap

) 
public:

void ReleaseHBitmapI( 

   int HBitmap

) 

Parameters

HBitmap
A pointer to a HBitmap object you need to release, as an integer value.
Remarks
Be aware that this method does not reset the previously set error status.
See Also