Screen Orientation
Enum to represent the screen rotation of a device.
Parameters
The rotation value of the screen (0, 1, 2, 3) as rotation in 90 degree steps
Whether the screen is mirrored or not
Entries
Horizontally flip the screen (reflection around the y-axis)
Rotate the screen by 90 degrees clockwise and flip vertically (reflection around the x-axis)
Rotate the screen by 180 degrees clockwise and flip horizontally (reflection around the y-axis)
Rotate the screen by 270 degrees clockwise and flip vertically (reflection around the x-axis)
Rotate the screen by 90 degrees clockwise and flip vertically (reflection around the x-axis)
Rotate the screen by 180 degrees clockwise and flip horizontally (reflection around the y-axis)
Rotate the screen by 270 degrees clockwise and flip vertically (reflection around the x-axis)
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.