The methods of Android.Views.Display are listed below. For a list of all members, see the Display Members list.
See Also: Inherited members from Java.Lang.Object
GetCurrentSizeRange(Android.Graphics.Point, Android.Graphics.Point)Return the range of display sizes an application can expect to encounter under normal operation, as long as there is no physical change in screen size. | ||
GetMetrics(Android.Util.DisplayMetrics)Gets display metrics that describe the size and density of this display. | ||
GetRealMetrics(Android.Util.DisplayMetrics)Gets display metrics based on the real size of this display. | ||
GetRealSize(Android.Graphics.Point)Gets the real size of the display without subtracting any window decor or applying any compatibility scale factors. | ||
GetRectSize(Android.Graphics.Rect)Gets the size of the display as a rectangle, in pixels. | ||
GetSize(Android.Graphics.Point)Gets the size of the display, in pixels. | ||
GetSupportedRefreshRates()Get the supported refresh rates of this display in frames per second. |