Display_SetLocation
method
Delphi
procedure Display_SetLocation (WindowLeft: LongInt; WindowTop: LongInt; WindowWidth: LongInt; WindowHeight: LongInt);
C++Builder
void __fastcall Display_SetLocation(System::LongInt WindowLeft, System::LongInt WindowTop, System::LongInt WindowWidth, System::LongInt WindowHeight);
C#
public void Display_SetLocation(int WindowLeft, int WindowTop, int WindowWidth, int WindowHeight);
VB.NET
Public Sub Display_SetLocation(WindowLeft As Integer, WindowTop As Integer, WindowWidth As Integer, WindowHeight As Integer)
C++/Qt
void Display_SetLocation (int WindowLeft, int WindowTop, int WindowWidth, int WindowHeight);
Used to set the video window location and size at a time (left, top, width, height), when the video window is not embedded in the TVideoGrabber component (Display_Embedded = false).