[MonoTouch] Add multiple transformations to a UIView
kentfonager
kent at netcoders.dk
Thu Oct 27 10:46:49 EDT 2011
Hi again
I think i found the answer now ... so if any other people wonder about the
above, you should be able to do like this :
CGAffineTransform t = CGAffineTransform.MakeIdentity();
t.Translate(10, 10);
t.Rotate(3.14);
myImageView.Transform = t;
Bye,
Kent Fonager
--
View this message in context: http://monotouch.2284126.n4.nabble.com/Add-multiple-transformations-to-a-UIView-tp3944674p3944748.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list