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

Syntax

[Android.Runtime.Register("offset", "(FF)V", "GetOffset_FFHandler")]
public virtual void Offset (float dx, float dy)

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

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