Orientation Enum

Definition

Enumerates values returned by several methods of Orientation and taken as a parameter of the F:Android.Hardware.Camera2.DngCreator.SetOrientation member.

public enum Orientation
type Orientation = 
Inheritance
Orientation

Fields

FlipHorizontal 2
FlipVertical 4
Normal 1
Rotate180 3
Rotate270 8
Rotate90 6
Transpose 5
Transverse 7
Undefined 0

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