Re: CALayer and frame
Re: CALayer and frame
- Subject: Re: CALayer and frame
- From: Bill Dudney <email@hidden>
- Date: Fri, 25 Jan 2008 20:53:18 -0700
Hi Francisco,
The frame is a derived property. Its a combination of position and
bounds, so when you call setFrame: its really setting the bounds and
position. When you call frame its using position and bounds to make a
new rect.
HTH,
-bd-
http://bill.dudney.net/roller/objc
On Jan 25, 2008, at 8:28 PM, Francisco Tolmasky wrote:
I'm wondering if someone can clear up my suspicions with CALayer's
frame property.
Essentially, my confusion stems from the fact that doing:
myLayer.frame = myLayer.frame
*changes* the frame of the myLayer. From what I can perceive, it
would appear that
[myLayer frame] returns the bounding box of the layer (the smallest
rect that could
contain it), but [myLayer setFrame:] just sets the bounds equal to
the frames size/width
and adjusts the anchor point. Is this correct?
Thanks,
Francisco
_______________________________________________
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
_______________________________________________
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