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:23:52 -0800
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?
Note that NSLog basically sends objects an -[NSObject description]
message to get a string description of the object. What it contains is
up to the object to decide.
-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