Graphisoft®

GX ModuleVersion: 16

GXGetGSPixMapBytesPerRow

Gives the count of bytes on one row of the pixmap.

    UInt32 GXGetGSPixMapBytesPerRow (
      GSPixMapHandle  pixMapH
    );

Parameters

pixMapH
The pixmap to be queried.

Return Values

The bytes on one row of the pixmap.

Remarks

This function counts the padding bytes for the row as well.

Requirements

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

See Also

Graphics functions