FMX.MediaLibrary.TImageInfo.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Orientation: TImageOrientation; virtual; abstract;

C++

virtual TImageOrientation __fastcall Orientation() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary TImageInfo


Description

Gets the orientation of the camera when the image was taken.

Use the Orientation method in order to obtain the camera orientation when taking the photo.

See Also