Re: How to trim a bezier path?
Re: How to trim a bezier path?
- Subject: Re: How to trim a bezier path?
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 8 Dec 2005 04:41:41 -0800
On Dec 7, 2005, at 6:50 AM, Jim Marschke wrote:
But that means every time I want to draw the path I have to
recreate it.
No, just when the underlying data that you want to plot changes.
Also, you don't need to discard an NSBezierPath object. You can clear
it with a -removeAllPoints: message, and save the cost of
deallocating and re-creating it.
-jcr
John C. Randolph <email@hidden> (408) 914-0013
Roaming Cocoa Engineer,
Available for your projects at great Expense and Inconvenience.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden