Re: BezierPath issues

2008-02-25 Thread Graham
On 25/02/2008, at 8:53 AM, Development wrote: I'm sure this is a simple problem Actually, it's not. Creating interactive drawing successfully has many pitfalls. One avenue you might consider is using an already written library. I'm working on one written in Cocoa called DrawKit: http://

Re: BezierPath issues

2008-02-25 Thread John C. Randolph
Check out the lasso style crop maker here: http://developer.apple.com/samplecode/Cropped_Image/index.html -jcr ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mo

Re: BezierPath issues

2008-02-24 Thread Ricky Sharp
On Feb 24, 2008, at 3:53 PM, Development wrote: I'm trying to adapt a part of the sketch example in to a program for light drawing functions. Unfortunately not being very good with graphics I'm having a great deal of trouble. I was hoping that it was possible to create the free form drawin

BezierPath issues

2008-02-24 Thread Development
I'm trying to adapt a part of the sketch example in to a program for light drawing functions. Unfortunately not being very good with graphics I'm having a great deal of trouble. I was hoping that it was possible to create the free form drawing within a bezierpath but if it is I don't see ho