LEADTOOLS Multimedia API Help > Programming with LEADTOOLS Multimedia > C++ Code > IltmmPlay::SetVideoWindowPos Example for C++ |
void SetPlayVideoWindowPos(IltmmPlay *pPlay) { // set the play window pos here pPlay->SetVideoWindowPos(10, 10, 500, 500); }