Re: Inspect Core Graphics Object

2009-12-22 Thread Henry McGilton (Boulevardier)
On Dec 22, 2009, at 9:33 AM, Richard Somers wrote: > How do you inspect or print the description of a Core Graphics object? There's no analogue to the -description method of Objective-C frameworks. Many of the specific Core Graphics types like CGColor and CGColorSpace and CGImage and CGFont h

Re: Inspect Core Graphics Object

2009-12-22 Thread Graham Cox
On 23/12/2009, at 4:33 AM, Richard Somers wrote: > How do you inspect or print the description of a Core Graphics object? Core Graphics objects don't really have descriptions. You can do a 'po ' in gdb as usual, but you get just the class name and address, and no more. What do you need to kno

Inspect Core Graphics Object

2009-12-22 Thread Richard Somers
How do you inspect or print the description of a Core Graphics object? --Richard ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at