ImgGetDIBHandle

Top  Previous  Next

Prototype

 

intDIBHandle:=ImgGetDIBHandle (intImageHandle)

 

Description

 

It extract the standard DIB handle from an image handle.

 

Parameters

 

ImageHandle: numerical value with image handle.

 

Returned value

 

Integer value with the DIB handle.

 

Example

 

// Retrieve the DIB handle from current image

DIBhandle:=ImgGetDIBHandle(_CurrentImage);

// Call the image processing function implemented in the external DLL

Status:=ImgProcessExternal( DIBhandle,'INVERTDIB.DLL','MyCustomData');