Android.Graphics.Path.Offset Method
Offset the path by (dx,dy), returning true on success

Syntax

[Android.Runtime.Register("offset", "(FFLandroid/graphics/Path;)V", "GetOffset_FFLandroid_graphics_Path_Handler")]
public virtual void Offset (float dx, float dy, Path dst)

Parameters

dx
The amount in the X direction to offset the entire path
dy
The amount in the Y direction to offset the entire path
dst
The translated path is written here. If this is null, then the original path is modified.

Remarks

Offset the path by (dx,dy), returning true on success

[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