Camera.RotateX(Single) Method

Definition

Applies a rotation transform around the X axis.

[Android.Runtime.Register("rotateX", "(F)V", "GetRotateX_FHandler")]
public virtual void RotateX (float deg);
[<Android.Runtime.Register("rotateX", "(F)V", "GetRotateX_FHandler")>]
abstract member RotateX : single -> unit
override this.RotateX : single -> unit

Parameters

deg
Single

The angle of rotation around the X axis, in degrees

Attributes

Remarks

Applies a rotation transform around the X axis.

Java documentation for android.graphics.Camera.rotateX(float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also