Graphisoft®

GX ModuleVersion: 16

GXGetGSPixMapBaseAddr

Gives the base address pointer of the pixmap.

    GSPtr GXGetGSPixMapBaseAddr (
      GSPixMapHandle  pixMapH
    );

Parameters

pixMapH
The pixmap to be queried.

Return Values

The base address pointer of the pixmap.

Remarks

When you want to handle pixmap pixels directly then this data is the first to query (after locking of course).

Requirements

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

See Also

Graphics functions