FMX.MediaLibrary.TImageOrientation
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 |
---|---|
|
The camera is facing up when shooting. |
|
The camera is orientated to the right when shooting. |
|
The camera is facing down when shooting. |
|
The camera is orientated to the left when shooting. |