LEADTOOLS Multimedia API Help > Programming with LEADTOOLS Multimedia > C++ Code > IltmmCapture::SetVideoWindowPos Example for C++ |
void SetCaptureVideoWindowPosition(IltmmCapture *pCapture) { // set the window pos pCapture->SetVideoWindowPos(10, 10, 200, 200); }