Graphisoft®

GX ModuleVersion: 16

GXDeleteGSPixMap

Deletes the given pixmap.

    void GXDeleteGSPixMap (
      GSPixMapHandle  aPixmap
    );

Parameters

aPixmap
The pixmap to be deleted.

Remarks

You should always use this function to correctly free the memory allocated by a GSPixMapHandle.

Requirements

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

See Also

Graphics functions, GXCreateGSPixMap, GXCopyGSPixMap