MLCHARGENLib Namespace > IMLCharGen Interface : GetVideoOutputRect Method |
Sub GetVideoOutputRect( _ ByRef _prcSource As tagRECT, _ ByRef _prcTarget As tagRECT, _ ByRef _pcrBackColor As Integer, _ ByRef _pbTopmostVideo As Integer _ )
void GetVideoOutputRect( out tagRECT _prcSource, out tagRECT _prcTarget, out int _pcrBackColor, out int _pbTopmostVideo )
procedure GetVideoOutputRect( Out _prcSource: tagRECT; Out _prcTarget: tagRECT; Out _pcrBackColor: Integer; Out _pbTopmostVideo: Integer );
void GetVideoOutputRect( [PARAMFLAG::Out] tagRECT _prcSource, [PARAMFLAG::Out] tagRECT _prcTarget, [PARAMFLAG::Out] int _pcrBackColor, [PARAMFLAG::Out] int _pbTopmostVideo )