Android.Renderscripts.Matrix3f.Translate Method
Modifies the current matrix by post-multiplying it with a translation matrix of given dimensions

Syntax

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

Parameters

x
translation component x
y
translation component y

Remarks

Modifies the current matrix by post-multiplying it with a translation matrix of given dimensions

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11