- MonoTouch: Where is Frame.Origin?
- imageView.frame.origin.x = CGRectGetMidX(view.bounds) -
- CGRectGetMidX(imageView.bounds)
- views.Bounds.GetMidX ()
- imageView.frame.origin.x = CGRectGetMidX(view.bounds) - CGRectGetMidX(imageView.bounds);
- imageView.Frame.X = view.Bounds.GetMidX () - imageView.Bounds.GetMidX ();