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://
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
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
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