BitMap *srcMap ; address of BitMap or PixMap of source image BitMap *destMap ; address of BitMap or PixMap to hold the duplicate Rect *srcRect ; size, location of data from source BitMap or PixMap Rect *destRect ; size, location to store data in destination short tMode ; transfer mode; srcCopy, srcOr, etc,
RgnHandle maskRgn ; mask for special clipping; NIL = not needed