TextPaint.Set(TextPaint) Method

Definition

Copy the fields from tp into this TextPaint, including the fields inherited from Paint.

[Android.Runtime.Register("set", "(Landroid/text/TextPaint;)V", "GetSet_Landroid_text_TextPaint_Handler")]
public virtual void Set (Android.Text.TextPaint? tp);
[<Android.Runtime.Register("set", "(Landroid/text/TextPaint;)V", "GetSet_Landroid_text_TextPaint_Handler")>]
override this.Set : Android.Text.TextPaint -> unit

Parameters

Attributes

Remarks

Copy the fields from tp into this TextPaint, including the fields inherited from Paint.

Java documentation for android.text.TextPaint.set(android.text.TextPaint).

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