Android.Graphics.Camera.RotateX Method
Applies a rotation transform around the X axis.

Syntax

[Android.Runtime.Register("rotateX", "(F)V", "GetRotateX_FHandler")]
public virtual void RotateX (float deg)

See Also

Camera.RotateY(float)
Camera.RotateZ(float)
Camera.Rotate(float, System.Single, System.Single)

Parameters

deg
The angle of rotation around the X axis, in degrees

Remarks

Applies a rotation transform around the X axis.

[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