InputRotate
public enum InputRotate : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case degree0 = "DEGREE_0"
-
Undocumented
Declaration
Swift
case degrees90 = "DEGREES_90"
-
Undocumented
Declaration
Swift
case degrees180 = "DEGREES_180"
-
Undocumented
Declaration
Swift
case degrees270 = "DEGREES_270"
-
Undocumented
Declaration
Swift
case auto = "AUTO"
-
Declaration
Swift
public var description: String { get }