ImageGetHeightΒΆ

ImageGetHeight returns the height in pixel of the given image.

nHeight = ImageGetHeight(hImg)

Return Value

nHeight is the image height in pixel.

Parameters

hImg

hImg identifies the image created with ImageCreate.

History

Version Description
5.2.0 New

id-568118