Graphisoft®

GX ModuleVersion: 16

GetDPI

Gives the back the resolution of the image.

    void   GetDPI (
        Int32* hRes,
        Int32* vRes
) const;

Parameters

hRes
Gives back the horizontal resolution of the image.
vRes
Gives back the vertical resolution of the image.

Return Values

This function has no return value.

Requirements

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

See Also

GXImage class