SetVideoOutputRectWithDelay Method (CoMLCharGenClass)
source rectangular
target rectangular
background color
index of the most top video
delay duration (in msec)
time for changes (in msec)
sets video output rectangular with delay
Syntax
Public Overridable Sub SetVideoOutputRectWithDelay( _
   ByRef _prcSource As tagRECT, _
   ByRef _prcTarget As tagRECT, _
   ByVal _crBackColor As Integer, _
   ByVal _bTopmostVideo As Integer, _
   ByVal _nMsecDelay As Integer, _
   ByVal _nMsecForChange As Integer _
) 
public virtual void SetVideoOutputRectWithDelay( 
   ref tagRECT _prcSource,
   ref tagRECT _prcTarget,
   int _crBackColor,
   int _bTopmostVideo,
   int _nMsecDelay,
   int _nMsecForChange
)
public procedure SetVideoOutputRectWithDelay( 
   var  _prcSource: tagRECT;
   var  _prcTarget: tagRECT;
    _crBackColor: Integer;
    _bTopmostVideo: Integer;
    _nMsecDelay: Integer;
    _nMsecForChange: Integer
); virtual; 
public: virtual void SetVideoOutputRectWithDelay( 
   ref tagRECT _prcSource,
   ref tagRECT _prcTarget,
   int _crBackColor,
   int _bTopmostVideo,
   int _nMsecDelay,
   int _nMsecForChange
) 

Parameters

_prcSource
source rectangular
_prcTarget
target rectangular
_crBackColor
background color
_bTopmostVideo
index of the most top video
_nMsecDelay
delay duration (in msec)
_nMsecForChange
time for changes (in msec)
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members