Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Imaging With QuickDraw /
Chapter 4 - Color QuickDraw / Color QuickDraw Reference
Color QuickDraw Routines / Creating and Disposing of Pixel Patterns


DisposePixPat

Use the DisposePixPat procedure to release the storage allocated to a pixel pattern. The DisposePixPat procedure is also available as the DisposPixPat procedure.

PROCEDURE DisposePixPat (ppat: PixPatHandle);
ppat
A handle to the pixel pattern to be disposed of.
DESCRIPTION
The DisposePixPat procedure disposes of the data handle, expanded data handle, and pixel map handle allocated to the pixel pattern that you specify in the ppat parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996