Android.Graphics.Camera.RotateZ Method
Applies a rotation transform around the Z axis.

Syntax

[Android.Runtime.Register("rotateZ", "(F)V", "GetRotateZ_FHandler")]
public virtual void RotateZ (float deg)

See Also

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

Parameters

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

Remarks

Applies a rotation transform around the Z 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