Re: NSLog and NSBezierPath etc...
Re: NSLog and NSBezierPath etc...
- Subject: Re: NSLog and NSBezierPath etc...
- From: Shawn Erickson <email@hidden>
- Date: Tue, 6 Dec 2005 08:32:35 -0800
On 12/6/05, Shawn Erickson <email@hidden> wrote:
>
On 12/6/05, Brian O'Brien <email@hidden> wrote:
>
> I need to extract the points from an NSBezierPath so that they can be
>
> written to an ascii text file. Sort of like what you see when you
>
> use NSLog
>
> to print out the contents of an NSBezierPath. I also need to do this
>
> with an
>
> NSAffineTransform.
>
>
Is this for logging purposes or for persistence and later read back?
If you want persistence note that both NSBezierPath and
NSAffineTransform conform to NSCoding.
<file:///Developer/ADC Reference Library/documentation/Cocoa/Reference/Foundation/ObjC_classic/Protocols/NSCoding.html#//apple_ref/occ/intf/NSCoding>
-Shawn
_______________________________________________
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