[Android.Runtime.Register("set", "(Landroid/graphics/Paint;)V", "GetSet_Landroid_graphics_Paint_Handler")] public virtual voidSet (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.