GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / ReleaseDib Method / ReleaseDib(IntPtr) Method
A pointer to a DIB object you need to release, as an IntPtr value.





In This Topic
ReleaseDib(IntPtr) Method
In This Topic
Releases a specified DIB object from the memory.
Syntax
'Declaration
 
Public Overloads Sub ReleaseDib( _
   ByVal Dib As IntPtr _
) 
public void ReleaseDib( 
   IntPtr Dib
)
public procedure ReleaseDib( 
    Dib: IntPtr
); 
public function ReleaseDib( 
   Dib : IntPtr
);
public: void ReleaseDib( 
   IntPtr Dib
) 
public:
void ReleaseDib( 
   IntPtr Dib
) 

Parameters

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