Path.Set(Path) Method

Definition

Replace the contents of this with the contents of src.

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

Parameters

src
Path
Attributes

Remarks

Replace the contents of this with the contents of src.

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

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