Carbon


GrafPort

Header: Quickdraw.h

struct GrafPort {
    SInt16 device; 
    BitMap portBits; 
    Rect portRect; 
    RgnHandle visRgn; 
    RgnHandle clipRgn; 
    Pattern bkPat; 
    Pattern fillPat; 
    Point pnLoc; 
    Point pnSize; 
    SInt16 pnMode; 
    Pattern pnPat; 
    SInt16 pnVis; 
    SInt16 txFont; 
    StyleField txFace; 
    SInt16 txMode; 
    SInt16 txSize; 
    Fixed spExtra; 
    SInt32 fgColor; 
    SInt32 bkColor; 
    SInt16 colrBit; 
    SInt16 patStretch; 
    Handle picSave; 
    Handle rgnSave; 
    Handle polySave; 
    QDProcsPtr grafProcs;
};
typedef GrafPort GrafPtr;

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