Carbon


MacRegion

Header: Quickdraw.h

struct MacRegion {
    UInt16 rgnSize; 
    Rect rgnBBox;
};
typedef MacRegion Region;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)