Skip navigation.
 
mlNSBezierPath clipRect confusion
FROM : Moray Taylor
DATE : Wed Nov 03 21:57:15 2004

Hi,

I'm trying to use NSBezierPath's clipRect method to help me draw within
a rectangle, it works OK, but I can't seem to turn off the clipping
path so I can continue drawing as normal.

I've used
[NSBezierPath clipRect:ClipRect];
  to create the path, I do my drawing, this works nicely, but then I
want to continue drawing outside the clipping path, which I can't
figure out how to do.

I've tried wrapping the clipped drawing bit in save/restore graphics
state, but no joy.

Can anyone point out a good example of how to turn the clipping path
off?

Thanks a lot

Moray

Related mailsAuthorDate
mlNSBezierPath clipRect confusion Moray Taylor Nov 3, 21:57
mlRe: NSBezierPath clipRect confusion R. Scott Thompson Nov 3, 23:00
mlRe: NSBezierPath clipRect confusion Moray Taylor Nov 3, 23:20