Skip to content

Display_Width

property

Delphi
property Display_Width: LongInt index 0 read GetDisplayWidth write SetDisplayWidth default DEF_Display_Width;
C++Builder
__property System::LongInt Display_Width = {read=GetDisplayWidth, write=SetDisplayWidth, index=0, default=1280};
C#
public int Display_Width { get; set; }
VB.NET
Public Property Display_Width As Integer
C++/Qt
int GetDisplay_Width ();
void SetDisplay_Width (int Value);

Specifies the width of the video window, when it is not embedded in the TVideoGrabber control.

Note: the left, top, width and height properties can be set at the same time by using Display_SetLocation.