Re: NSBezierPath line
Re: NSBezierPath line
- Subject: Re: NSBezierPath line
- From: Ricky Sharp <email@hidden>
- Date: Fri, 8 Apr 2005 18:27:47 -0500
On Apr 8, 2005, at 6:11 PM, Ian was here wrote:
I'm trying to get the points at either end of an
NSBezierPath line. Does anyone know how to do this???
Not sure if there's a simpler way, but look at
elementAtIndex:associatedPoints:
I would iterate over the path elements (see elementCount and
elementAtIndex:) and depending upon the type of element, record the
given point.
___________________________________________________________
Ricky A. Sharp mailto:email@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
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