Graphisoft®

GX ModuleVersion: 16

SetDPI

This function sets the resolution values of the image.

    void   SetDPI (
        Int32  hRes,
        Int32  vRes
        );

Parameters

hRes
The desired horizontal resolution of the image.
vRes
The desired 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