WinXDraw_DeleteImage


WinXDraw_DeleteImage (hImage)

Deletes an image that is no longer needed

Parameter Description
hImage The handle to the image to delete

Returns

$$TRUE on success or $$FALSE on fail

Remarks

You must delete images manually when you no longer require them

Examples

'Delete an image
WinXDraw_DeleteImage (hImage)

Related Links

Images
WinXDraw_CreateImage
WinXDraw_LoadImage
WinXDraw_CopyImage