Display.GetRealSize(Point) Method

Definition

Caution

deprecated

Gets the size of the largest region of the display accessible to an app in the current system state, without subtracting any window decor or applying scaling factors.

[Android.Runtime.Register("getRealSize", "(Landroid/graphics/Point;)V", "GetGetRealSize_Landroid_graphics_Point_Handler")]
[System.Obsolete("deprecated")]
public virtual void GetRealSize (Android.Graphics.Point? outSize);
[<Android.Runtime.Register("getRealSize", "(Landroid/graphics/Point;)V", "GetGetRealSize_Landroid_graphics_Point_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member GetRealSize : Android.Graphics.Point -> unit
override this.GetRealSize : Android.Graphics.Point -> unit

Parameters

outSize
Point

Set to the real size of the display.

Attributes

Remarks

Java documentation for android.view.Display.getRealSize(android.graphics.Point).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to