Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Source/OffscreenUtils.h
/*-------------------------------------------------------------------------------------- |
// |
// File: OffscreenUtils.h |
// |
// Contents: Header declarations for procedures for the creation, manipulation, and disposal of |
// offscreen bit structures |
// |
// By Georgiann ("George") Delaney |
// ©Ê1989 - 1990, Apple Computer, Inc. |
// |
//--------------------------------------------------------------------------------------*/ |
Boolean CreateOSBitmap (GrafPtr *theOSBitmap, Rect *bounds); |
void DisposeOSBitmap (GrafPtr theOSBitmap); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-10