Re: Bezier drawing tool suggestions?
Re: Bezier drawing tool suggestions?
- Subject: Re: Bezier drawing tool suggestions?
- From: Erik Buck <email@hidden>
- Date: Fri, 3 Mar 2006 17:59:43 -0500
Given that bezier curves are defined by control points, I recommend
creating an NSView subclass that draws points and enables the user to
reposition the points via mouse, inspector, etc. Sketch.app shows
one way to do this. Once you have points that can be repositioned,
just use NSBezierPath to stroke or fill curves using the points as
control points for the curves.
_______________________________________________
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