Important: The information in this document is obsolete and should not be used for new development.
DisposePixMap
Although you typically don't need to call this routine in your application code, you can use theDisposePixMap
procedure to dispose of aPixMap
record. TheDisposePixMap
procedure is also available as theDisposPixMap
procedure.
PROCEDURE DisposePixMap (pm: PixMapHandle);
pm
- A handle to the
PixMap
record to be disposed of.DESCRIPTION
TheDisposePixMap
procedure disposes of thePixMap
record and its color table. TheCloseCPort
procedure callsDisposePixMap
.SPECIAL CONSIDERATIONS
If your application usesDisposePixMap
, take care that it does not dispose of aPixMap
record whose color table is the same as the current device's CLUT.