Graphisoft®

GX ModuleVersion: 16

GetHeight

Gives the back the height of the image in pixels.

    UInt32 GetHeight (
        bool scaleByDPI
) const;

Parameters

scaleByDPI
If you want to scale the height of the image by DPI, pass true in this parameter. The default value is false.

Return Values

If the function succeeds, the return value is the height of the image. If the function fails, the return value is 0.

Requirements

Version:
GX
Header:
GXImage.hpp
Import Library:
GXImage.lib
Module:
GXImage.dll [WIN], GXImage.framework [MAC]

See Also

GXImage class