Język

DisplayCutout.Builder.SetBoundingRectLeft(Rect) Method

Definition

Set a bounding rectangle for a non-functional area on the display which is located on the left of the screen. If not set, the default value is an empty rectangle.

[Android.Runtime.Register("setBoundingRectLeft", "(Landroid/graphics/Rect;)Landroid/view/DisplayCutout$Builder;", "", ApiSince=33)]
public Android.Views.DisplayCutout.Builder SetBoundingRectLeft(Android.Graphics.Rect boundingRectLeft);
[<Android.Runtime.Register("setBoundingRectLeft", "(Landroid/graphics/Rect;)Landroid/view/DisplayCutout$Builder;", "", ApiSince=33)>]
member this.SetBoundingRectLeft : Android.Graphics.Rect -> Android.Views.DisplayCutout.Builder

Parameters

boundingRectLeft
Rect

The Android.Graphics.Rect value used for bounding rect left.

Returns

The result of the set bounding rect left operation.

Attributes

Remarks

For details, see the Android reference documentation for android.view.DisplayCutout.Builder.setBoundingRectLeft.

Java documentation for android.view.DisplayCutout.Builder.setBoundingRectLeft.

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