FMX.Media.TVideoCaptureSetting.GetSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetSize: TSize;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TVideoCaptureSetting


Beschreibung

Gibt die Breite (Width) und Höhe (Height) des Frames als Instanz von TSize zurück.

Siehe auch