SurfaceOrientation Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Views.Surface.SetOrientation member.

public enum SurfaceOrientation
type SurfaceOrientation = 
Inheritance
SurfaceOrientation

Fields

Rotation0 0
Rotation180 2

Rotation constant: 180 degree rotation.

Rotation270 3

Rotation constant: 270 degree rotation.

Rotation90 1

Rotation constant: 90 degree rotation.

Remarks

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