Re: NSView Background
Re: NSView Background
- Subject: Re: NSView Background
- From: lbland <email@hidden>
- Date: Wed, 7 Jan 2004 09:25:47 -0500
On Jan 7, 2004, at 9:03 AM, Nicko van Someren wrote:
Will the rectangle that is passed to a view's drawRect: method ever
extend outside the bounds of the view? I thought it was already
clipped to be within the view. If it is then you're better off using
the first code since the later code will usually be trying to (a)
paint a strict subset and (b) only paint where it's not going to be
clipped anyway.
Oops! I was thinking about some other issues ... using the rect arg
should be OK for the stated purpose. Sorry for the misfire.
sorry-
-lance
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.