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





In This Topic

ReleaseDib(Int32) Method

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

 

Public Overloads Sub ReleaseDib( _

   ByVal Dib As Integer _

) 
public void ReleaseDib( 

   int Dib

)
public procedure ReleaseDib( 

    Dib: Integer

); 
public function ReleaseDib( 

   Dib : int

);
public: void ReleaseDib( 

   int Dib

) 
public:

void ReleaseDib( 

   int Dib

) 

Parameters

Dib
A pointer to a DIB 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