GetVideoOutputRect Method (CoMLCharGenClass)
source rectangular
target rectangular
background color
index of the most top video
gets item output rectangular
Syntax
Public Overridable Sub GetVideoOutputRect( _
   ByRef _prcSource As tagRECT, _
   ByRef _prcTarget As tagRECT, _
   ByRef _pcrBackColor As Integer, _
   ByRef _pbTopmostVideo As Integer _
) 
public virtual void GetVideoOutputRect( 
   out tagRECT _prcSource,
   out tagRECT _prcTarget,
   out int _pcrBackColor,
   out int _pbTopmostVideo
)
public procedure GetVideoOutputRect( 
   Out  _prcSource: tagRECT;
   Out  _prcTarget: tagRECT;
   Out  _pcrBackColor: Integer;
   Out  _pbTopmostVideo: Integer
); virtual; 
public: virtual void GetVideoOutputRect( 
   [PARAMFLAG::Out] tagRECT _prcSource,
   [PARAMFLAG::Out] tagRECT _prcTarget,
   [PARAMFLAG::Out] int _pcrBackColor,
   [PARAMFLAG::Out] int _pbTopmostVideo
) 

Parameters

_prcSource
source rectangular
_prcTarget
target rectangular
_pcrBackColor
background color
_pbTopmostVideo
index of the most top video
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members