Android.Graphics.Path.AddPath Method
Add a copy of src to the path, offset by (dx,dy)

Syntax

[Android.Runtime.Register("addPath", "(Landroid/graphics/Path;FF)V", "GetAddPath_Landroid_graphics_Path_FFHandler")]
public virtual void AddPath (Path src, float dx, float dy)

Parameters

src
The path to add as a new contour
dx
The amount to translate the path in X as it is added
dy
Documentation for this section has not yet been entered.

Remarks

Add a copy of src to the path, offset by (dx,dy)

[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