Hey,
There is not much info that I can find about NSRectClip.
I have a NSRect given to me by
In this rect, I determine my own NSRect to draw in, which works fine. But after this I want to make extra drawings in the larger "rect". So I am looking for an undo for NSRectClip, or some way to set the drawingarea back to its original area.
Is this possible?
There is not much info that I can find about NSRectClip.
I have a NSRect given to me by
Code:
- (void)drawRect:(NSRect)rect
Is this possible?