Re: NSView's origin (correction)
Re: NSView's origin (correction)
- Subject: Re: NSView's origin (correction)
- From: Erik Buck <email@hidden>
- Date: Mon, 27 Nov 2006 06:28:16 -0800 (PST)
For posterity, here is a correction to the code in this thread:
if(nil != myView)
{
NSPoint viewOrigin = [myView frame].origin; // viewOrigin is NOT a pointer
}
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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