FMX.Media.TVideoCaptureSetting.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write FWidth;

C++

__property int Width = {read=FWidth, write=FWidth};

Properties

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

Description

Width of the frame.

See Also