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. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
