NSRectFillUsingOperation
Fills a rectangle using the current fill color and the specified compositing operation.
Declaration
extern void NSRectFillUsingOperation(NSRect rect, NSCompositingOperation op);Parameters
- rect:
The rectangle to fill with the current fill color.
- op:
The compositing operation to use when filling the rectangle.
Discussion
For more information, see NSCompositingOperation.