Display_Height
property
Delphi
property Display_Height: LongInt index 0 read GetDisplayHeight write SetDisplayHeight default DEF_Display_Height;
C++Builder
__property System::LongInt Display_Height = {read=GetDisplayHeight, write=SetDisplayHeight, index=0, default=720};
C#
public int Display_Height { get; set; }
VB.NET
Public Property Display_Height As Integer
C++/Qt
int GetDisplay_Height ();
void SetDisplay_Height (int Value);
Used to specify the height 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 .