TVideoGrabber.SetDisplayLocation

Prev

Next

TVideoGrabber

Methods

 




































































































Sets the location of the display window


Declaration
function SetDisplayLocation (DisplayIndex: LongInt; WindowLeft: LongInt; WindowTop: LongInt; WindowWidth: LongInt; WindowHeight: LongInt): Boolean;


bool __fastcall SetDisplayLocation(int DisplayIndex, int WindowLeft, int WindowTop, int WindowWidth, int WindowHeight);

Description

Used to set the location and size of the display window when it is not embedded in the control, after invoking SetDisplayEmbedded (index, false)

The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display)