Camera.RotateY(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies a rotation transform around the Y axis.
[Android.Runtime.Register("rotateY", "(F)V", "GetRotateY_FHandler")]
public virtual void RotateY (float deg);
[<Android.Runtime.Register("rotateY", "(F)V", "GetRotateY_FHandler")>]
abstract member RotateY : single -> unit
override this.RotateY : single -> unit
Parameters
- deg
- Single
The angle of rotation around the Y axis, in degrees
- Attributes
Remarks
Applies a rotation transform around the Y axis.
Java documentation for android.graphics.Camera.rotateY(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
- RotateX(Single)
- RotateZ(Single)
- <xref:Android.Graphics.Camera.Rotate(System.Single%2c+System.Single%2c+System.Single)>