Język

RenderNode.SetBackdropRenderEffect(RenderEffect) Method

Definition

Configure the android.graphics.RenderEffect to apply to the backdrop contents of this RenderNode.

[Android.Runtime.Register("setBackdropRenderEffect", "(Landroid/graphics/RenderEffect;)Z", "", ApiSince=37)]
public bool SetBackdropRenderEffect(Android.Graphics.RenderEffect? renderEffect);
[<Android.Runtime.Register("setBackdropRenderEffect", "(Landroid/graphics/RenderEffect;)Z", "", ApiSince=37)>]
member this.SetBackdropRenderEffect : Android.Graphics.RenderEffect -> bool

Parameters

renderEffect
RenderEffect

to be applied to the backdrop contents of this RenderNode. Passing null clears all previously configured RenderEffects

Returns

True if the value changed, false if the new value was the same as the previous value.

Attributes

Applies to