FMX.Media.TVideoCaptureSetting.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSize: TSize;

C++

System::Types::TSize __fastcall GetSize();

Properties

Type Visibility Source Unit Parent
function public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TVideoCaptureSetting

Description

Returns the frame Width and Height as an instance of TSize.

See Also