FMX.MediaLibrary.TImageOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TImageOrientation = (Up, Right, Down, Left);

C++

enum class DECLSPEC_DENUM TImageOrientation : unsigned char { Up, Right, Down, Left };

Properties

Type Visibility Source Unit Parent
enum public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary FMX.MediaLibrary

Description

TImageOrientation enumerates the possible ways to orientate the camera when shooting.

TImageOrientation defines the following values:

Value Meaning

Up

The camera is facing up when shooting.

Right

The camera is orientated to the right when shooting.

Down

The camera is facing down when shooting.

Left

The camera is orientated to the left when shooting.

See Also