Important: The information in this document is obsolete and should not be used for new development.
DisposePixPat
Use theDisposePixPat
procedure to release the storage allocated to a pixel pattern. TheDisposePixPat
procedure is also available as theDisposPixPat
procedure.
PROCEDURE DisposePixPat (ppat: PixPatHandle);
ppat
- A handle to the pixel pattern to be disposed of.
DESCRIPTION
TheDisposePixPat
procedure disposes of the data handle, expanded data handle, and pixel map handle allocated to the pixel pattern that you specify in theppat
parameter.