KeyFrameGet Method (IMKey)
output frame
background frame
Get frame for key detection and background
Syntax
Sub KeyFrameGet( _
   ByRef _ppMFrameRes As Object, _
   ByRef _ppMFrameBG As Object _
) 
void KeyFrameGet( 
   out object _ppMFrameRes,
   out object _ppMFrameBG
)
procedure KeyFrameGet( 
   Out  _ppMFrameRes: TObject;
   Out  _ppMFrameBG: TObject
); 
void KeyFrameGet( 
   [PARAMFLAG::Out] IUnknown* _ppMFrameRes,
   [PARAMFLAG::Out] IUnknown* _ppMFrameBG
) 

Parameters

_ppMFrameRes
output frame
_ppMFrameBG
background frame
Example

See Also

Reference

IMKey Interface
IMKey Members