Share via


RenderNode.SetClipToOutline(Boolean) Method

Definition

Enables or disables clipping to the outline.

[Android.Runtime.Register("setClipToOutline", "(Z)Z", "", ApiSince=29)]
public bool SetClipToOutline (bool clipToOutline);
[<Android.Runtime.Register("setClipToOutline", "(Z)Z", "", ApiSince=29)>]
member this.SetClipToOutline : bool -> bool

Parameters

clipToOutline
Boolean

true if clipping to the outline.

Returns

True if the clipToOutline value changed, false if previous value matched the new value.

Attributes

Remarks

Enables or disables clipping to the outline.

Java documentation for android.graphics.RenderNode.setClipToOutline(boolean).

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