I need to get the width and height of iPhone/iPad using MonoTouch.
How to get programmatically?
To get the screen size of the device, call UIScreen.MainScreen.Bounds. It returns a RectangleF with the screen size.
UIScreen.MainScreen.Bounds
RectangleF