Re: Question on NSBezierPath
Re: Question on NSBezierPath
- Subject: Re: Question on NSBezierPath
- From: Scott Tooker <email@hidden>
- Date: Thu, 31 May 2001 15:49:54 -0700
You can use [tBezierPath removeAllPoints] instead of going to
trouble of creating new NSBezierPath objects.
Scott
On Friday, May 25, 2001, at 03:15 AM, John Hvrnkvist wrote:
or can I avoid the second call to tBezierPath = [NSBezierPath
bezierPath]; since as it was stated the path has been consumed ?
The path has only been consumed from the graphics context. You
still have the control points and commands in the NSBezierPath
object.
Scott Tooker
QA & Integration - Project Builder
Mac OS X Development Environment