RenderNode.SetBackdropRenderEffect(RenderEffect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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