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