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.
UtilCode/GrafUtils.h
#pragma once |
GWorldPtr PictureToGWorld(PicHandle pict, int gdepth); |
PixMapHandle PreserveGraf(GWorldPtr newPort); |
void RestoreGraf(void); |
#define RECT_WD(rekt) ((rekt).right - (rekt).left) |
#define RECT_HT(rekt) ((rekt).bottom - (rekt).top) |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14