Paint.Set(Paint) Method

Definition

Copy the fields from src into this paint.

[Android.Runtime.Register("set", "(Landroid/graphics/Paint;)V", "GetSet_Landroid_graphics_Paint_Handler")]
public virtual void Set (Android.Graphics.Paint? src);
[<Android.Runtime.Register("set", "(Landroid/graphics/Paint;)V", "GetSet_Landroid_graphics_Paint_Handler")>]
abstract member Set : Android.Graphics.Paint -> unit
override this.Set : Android.Graphics.Paint -> unit

Parameters

src
Paint
Attributes

Remarks

Copy the fields from src into this paint. This is equivalent to calling get() on all of the src fields, and calling the corresponding set() methods on this.

Java documentation for android.graphics.Paint.set(android.graphics.Paint).

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