.. highlightlang:: us .. index:: ImageGetWidth .. _imagegetwidth: ImageGetWidth ============= .. us.tag ImageGetWidth NOTREADYENGLISH New520 Image ImageGet :ref:`ImageGetWidth` returns the width in pixel of the given image. .. function:: nWidth = ImageGetWidth(hImg) .. us.return **Return Value** *nWidth* is the image width in pixel. .. us.params **Parameters** .. uparam:: hImg *hImg* identifies the picture created with :ref:`ImageCreate`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.2.0 - New .. seealso:: :ref:`overview-pictures`, :ref:`ImageGetHeight` :sub:`id-2081563`