Language

RoundedRectBlurRegion.Bounds Property

Definition

Returns the bounds of the blur region. -or- Sets the bounds of the blur region.

public Android.Graphics.RectF Bounds { [Android.Runtime.Register("getBounds", "()Landroid/graphics/RectF;", "", ApiSince=37)] get; [Android.Runtime.Register("setBounds", "(Landroid/graphics/RectF;)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getBounds", "()Landroid/graphics/RectF;", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setBounds", "(Landroid/graphics/RectF;)V", "", ApiSince=37)>]
member this.Bounds : Android.Graphics.RectF with get, set

Property Value

RectF containing the bounds.

Attributes

Remarks

Returns the bounds of the blur region.

Android reference for android.view.RoundedRectBlurRegion.getBounds.

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