Applies a translation transform on all three axis.
Syntax
[Android.Runtime.Register("translate", "(FFF)V", "GetTranslate_FFFHandler")]
public virtual
void Translate (
float x,
float y,
float z)
Parameters
- x
- The distance to translate by on the X axis
- y
- The distance to translate by on the Y axis
- z
- The distance to translate by on the Z axis
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1