FrameCut Method (MFrameClass)
number of fields for cutting (for interlacing)
rectangular part of source frame
output frame object
Cuts out part of video frame, without memory copy.
Syntax
Public Overridable Sub FrameCut( _
   ByVal _nField As Integer, _
   ByRef _pRect As tagRECT, _
   ByRef _ppFrameRes As MFrame _
) 
public virtual void FrameCut( 
   int _nField,
   ref tagRECT _pRect,
   out MFrame _ppFrameRes
)
public procedure FrameCut( 
    _nField: Integer;
   var  _pRect: tagRECT;
   Out  _ppFrameRes: MFrame
); virtual; 
public: virtual void FrameCut( 
   int _nField,
   ref tagRECT _pRect,
   [PARAMFLAG::Out] MFrame* _ppFrameRes
) 

Parameters

_nField
number of fields for cutting (for interlacing)
_pRect
rectangular part of source frame
_ppFrameRes
output frame object
Example

See Also

Reference

MFrameClass Class
MFrameClass Members