Läs på engelska

Dela via


MeasuredText.Builder Constructors

Definition

Overloads

MeasuredText.Builder(MeasuredText)

Construct a builder with existing MeasuredText.

MeasuredText.Builder(Char[])

Construct a builder.

MeasuredText.Builder(MeasuredText)

Construct a builder with existing MeasuredText.

C#
[Android.Runtime.Register(".ctor", "(Landroid/graphics/text/MeasuredText;)V", "", ApiSince=29)]
public Builder(Android.Graphics.Text.MeasuredText text);

Parameters

text
MeasuredText

a text

Attributes

Remarks

Construct a builder with existing MeasuredText.

The MeasuredText returned by build method will hold a reference of the text. Developer is not supposed to modify the text.

Java documentation for android.graphics.text.MeasuredText.Builder.MeasuredText$Builder(android.graphics.text.MeasuredText).

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

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

MeasuredText.Builder(Char[])

Construct a builder.

C#
[Android.Runtime.Register(".ctor", "([C)V", "", ApiSince=29)]
public Builder(char[] text);

Parameters

text
Char[]

a text

Attributes

Remarks

Construct a builder.

The MeasuredText returned by build method will hold a reference of the text. Developer is not supposed to modify the text.

Java documentation for android.graphics.text.MeasuredText.Builder.MeasuredText$Builder(char[]).

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

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35