AffineTransform
AffineTransform
- Subject: AffineTransform
- From: Development <email@hidden>
- Date: Fri, 11 Sep 2009 21:48:56 -0700
I am using the following to rotate an image and Im having a problem.
After the transform when I attempt to move the image it collapses to 0
width and does other unpredictable and strange things. What am I
forgetting to do so that the image is movable?
self.transform = CGAffineTransformMakeRotation(delta);
[self setNeedsDisplay];
_______________________________________________
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