VideoWidth
property, read-only
Delphi
property VideoWidth: LongInt read GetVideoWidth;
C++Builder
__property System::LongInt VideoWidth = {read=GetVideoWidth, nodefault};
C#
public int VideoWidth { get; }
VB.NET
Public ReadOnly Property VideoWidth As Integer
C++/Qt
int GetVideoWidth ();
Retrieves the width of the native video source, in pixels.