PaintRect
PaintRect
Fill rectangle with current pen pattern and mode Rect *theRect ; rectangle to paint PaintRect fills a rectangle with the current pen pattern, using the current pen transfer mode.
theRect is the address of an 8-byte Rect structure, in local coordinates.
Notes: This is a superset of the FillRect function, in that you get to choose the transfer mode (see PenMode). Note that if the pen is not visible (see HidePen), this function has no effect. As with all Quickdraw drawing, the output is clipped to the intersection of
clipping region, and visible region.