Android.Graphics.Paint.Set Method
Copy the fields from src into this paint.

Syntax

[Android.Runtime.Register("set", "(Landroid/graphics/Paint;)V", "GetSet_Landroid_graphics_Paint_Handler")]
public virtual void Set (Paint src)

Parameters

src
Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1