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
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1