Graphisoft®

GX ModuleVersion: 16

GXGetGSPixMapBounds

Returns the bounding size of a pixmap.

    GSErr GXGetGSPixMapBounds (
      GSPixMapHandle       pixMapH,
      GSRect*              boundsRect
    );

Parameters

pixMapH
The pixmap to be queried.
boundsRect
Pointer to a previously allocated GSRect object.

Return Values

If the function succeeds, the return value is NoError. If the function fails, the return value is the error code.

Requirements

Version:
GX 10 or later
Header:
Graphics2D.h
Import Library:
GXImp.lib
Module:
GX.dll [WIN], GX.framework [MAC]

See Also

Graphics functions