ImageDestroyΒΆ

ImageDestroy destroys a picture object.

bool = ImageDestroy(hImg)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hImg

Identifies the image.

id-794922