ImageUpdateΒΆ

ImageUpdate loads the image from the file into the picture object created by ImageCreate.

bool = ImageUpdate(hImg)
bool = ImageUpdate(hImg, bUpdateSize)

Return Value

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

Parameters

hImg

Identifies the image.

bUpdateSize

Optional parameter. If set to TRUE (1), the picture will be reloaded and displayed in its original size. If set to FALSE (0), the picture will be reloaded and displayed without modifying the size. Default value is FALSE (0).

id-1662043