Re: still cant get bezier paths working for me.
Re: still cant get bezier paths working for me.
- Subject: Re: still cant get bezier paths working for me.
- From: Jerry Krinock <email@hidden>
- Date: Mon, 25 Feb 2008 22:57:11 -0800
On 2008 Feb, 25, at 21:41, Graham wrote:
If you need to draw all the paths you've created so far, you'll need
to store each path in a list (array) and draw all of them in drawRect:
Yes, and I don't see -lockFocus and -unlockFocus in your -bezierPath
method. My first drawings didn't work until I did that. Except, if -
bezierPath is invoked from within -drawRect:, then lock/unlockFocus
has already been taken care of.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden