KeyAddPoint Method (IMKey)
horizontal position of pixel
vertical position of pixel
additional properties
output frame
Add point to key
Syntax
Sub KeyAddPoint( _
   ByVal _nXPosPixels As Integer, _
   ByVal _nYPosPixels As Integer, _
   ByVal _bsProps As String, _
   ByRef _ppMFrameRes As Object _
) 
void KeyAddPoint( 
   int _nXPosPixels,
   int _nYPosPixels,
   BSTR* _bsProps,
   [PARAMFLAG::Out] IUnknown* _ppMFrameRes
) 

Parameters

_nXPosPixels
horizontal position of pixel
_nYPosPixels
vertical position of pixel
_bsProps
additional properties
_ppMFrameRes
output frame
Example

See Also

Reference

IMKey Interface
IMKey Members