UIScreen.Bounds Property

Definition

The bounding RectangleF of the screen, in logical pixels. Read-only.

public virtual CoreGraphics.CGRect Bounds { [Foundation.Export("bounds")] get; }
member this.Bounds : CoreGraphics.CGRect

Property Value

Attributes

Remarks

The Bounds includes the area of the status bar. The ApplicationFrame does not contain the area of the status bar.

Applies to