Re: dynamic NSPointArray allocation
Re: dynamic NSPointArray allocation
- Subject: Re: dynamic NSPointArray allocation
- From: Andrew Farmer <email@hidden>
- Date: Sat, 28 Nov 2009 15:37:45 -0800
On 28 Nov 2009, at 15:12, Henry McGilton (Boulevardier) wrote:
> Another possible approach is simply use a NSMutableArray full of NSValue objects that contain
> the NSPoint structures . . .
I don't believe that'll work - storing everything in NSValue objects will end up scattering the actual NSPoint structures to the four winds, which isn't much use when you need a contiguous array of them (a NSPointArray) to pass to NSBezierPath._______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden