RenderNode.SetClipToOutline(Boolean) 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.
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.