TextPaint.Set(TextPaint) 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.
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
- tp
- TextPaint
- 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.