FMX.MediaLibrary.TParamsPhotoQuery.RequiredResolution

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RequiredResolution: TSize;

C++

System::Types::TSize RequiredResolution;

Properties

Type Visibility Source Unit Parent
field public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary TParamsPhotoQuery

Description

Stores the maximum size required for the image you are getting.

The RequiredResolution field stores, as a TSize, the maximum size required for the image you are getting.

See Also