Destroys the specified DIB created with CreateDIB.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DestroyDIB(
	IntPtr hdib
)
Public Sub DestroyDIB ( _
	hdib As IntPtr _
)
public:
void DestroyDIB(
	IntPtr hdib
)

Parameters

hdib
IntPtr
The DIB to destroy.

See Also