RenderNode(String) Constructor

Definition

Creates a new RenderNode that can be used to record batches of drawing operations, and store / apply render properties when drawn.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=29)]
public RenderNode (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=29)>]
new Android.Graphics.RenderNode : string -> Android.Graphics.RenderNode

Parameters

name
String

The name of the RenderNode, used for debugging purpose. May be null.

Attributes

Remarks

Creates a new RenderNode that can be used to record batches of drawing operations, and store / apply render properties when drawn.

Java documentation for android.graphics.RenderNode.RenderNode(java.lang.String).

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