Contents

NSRectFillList

Fills the rectangles in the passed list with the current fill color.

Declaration

extern void NSRectFillList(const NSRect *rects, NSInteger count);

Parameters

  • rects:

    A pointer to an array of Nsrect structures representing the rectangles to fill.

  • count:

    The number of rectangles in rects.

Discussion

Fills the specified rectangles with the current fill color using the compositing mode NSCompositeCopy.

For more information, see NSCompositingOperation.

See Also

Drawing Rectangles