ImageGetWidthΒΆ

ImageGetWidth returns the width in pixel of the given image.

nWidth = ImageGetWidth(hImg)

Return Value

nWidth is the image width in pixel.

Parameters

hImg

hImg identifies the picture created with ImageCreate.

History

Version Description
5.2.0 New

id-2081563