Android.Graphics.Canvas.Translate Method
Preconcat the current matrix with the specified translation

Syntax

[Android.Runtime.Register("translate", "(FF)V", "GetTranslate_FFHandler")]
public virtual void Translate (float dx, float dy)

Parameters

dx
The distance to translate in X
dy
The distance to translate in Y

Remarks

Preconcat the current matrix with the specified translation

[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