SetVideoOutputRect Method (CoMLCharGenClass)
source rectangular
target rectangular
background color
index of the most top video
sets video output rectangular
Syntax
Public Overridable Sub SetVideoOutputRect( _
   ByRef _prcSource As tagRECT, _
   ByRef _prcTarget As tagRECT, _
   ByVal _crBackColor As Integer, _
   ByVal _bTopmostVideo As Integer _
) 
public virtual void SetVideoOutputRect( 
   ref tagRECT _prcSource,
   ref tagRECT _prcTarget,
   int _crBackColor,
   int _bTopmostVideo
)
public procedure SetVideoOutputRect( 
   var  _prcSource: tagRECT;
   var  _prcTarget: tagRECT;
    _crBackColor: Integer;
    _bTopmostVideo: Integer
); virtual; 
public: virtual void SetVideoOutputRect( 
   ref tagRECT _prcSource,
   ref tagRECT _prcTarget,
   int _crBackColor,
   int _bTopmostVideo
) 

Parameters

_prcSource
source rectangular
_prcTarget
target rectangular
_crBackColor
background color
_bTopmostVideo
index of the most top video
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members