.. highlightlang:: us .. index:: ImageUpdate .. _imageupdate: ImageUpdate =========== .. us.tag ImageUpdate NOTREADYENGLISH New360 Image :ref:`ImageUpdate` loads the image from the file into the picture object created by :ref:`ImageCreate`. .. function:: bool = ImageUpdate(hImg) bool = ImageUpdate(hImg, bUpdateSize) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hImg Identifies the image. .. uparam:: 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). .. seealso:: :ref:`overview-pictures`, :ref:`ImageCreate` :sub:`id-1662043`