Language

SurfaceView.BlurRegions Property

Definition

Returns the list of blur regions currently set on the SurfaceView.

public virtual System.Collections.Generic.IList<Android.Views.BlurRegion> BlurRegions { [Android.Runtime.Register("getBlurRegions", "()Ljava/util/List;", "GetGetBlurRegionsHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getBlurRegions", "()Ljava/util/List;", "GetGetBlurRegionsHandler", ApiSince=37)>]
member this.BlurRegions : System.Collections.Generic.IList<Android.Views.BlurRegion>

Property Value

list of BlurRegion objects, or empty list if none set

Attributes

Remarks

Returns the list of blur regions currently set on the SurfaceView.

Note that this returns the internal list directly, the caller should not modify this list directly. Modifying the returned list may lead to undefined behavior.

Android reference for android.view.SurfaceView.getBlurRegions.

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