A screenshot as a UIKit.UIImage.
This API will only capture UIKit and Quartz drawing, because it uses the screen's CALayer's RenderInContext method to perform the screenshot. It will not capture OpenGL ES or video content.
If you want to capture an OpenGL ES or video content use the OpenTK.Platform.iPhoneOS.iPhoneOSGameView.Capture() method.