Graphisoft®

GX ModuleVersion: 16

GXGetGSPixMapWidth

Gives the width of the pixmap in pixels.

    Int32 GXGetGSPixMapWidth (
      GSPixMapHandle  pixMapH
    );

Parameters

pixMapH
The pixmap to be queried.

Return Values

The width of the pixmap, zero if there is an error or the pixmap empty.

Remarks

From this data and the pixel width you cannot determine the size of a row in bytes because there can be extra padding bytes at the end of the row.

Requirements

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

See Also

Graphics functions