KeyExcludePoint Method (IMKey)
horizontal position of point
vertical position of point
additional properties
output frame
Exclude point from key
Syntax
Sub KeyExcludePoint( _
   ByVal _nXPosPixels As Integer, _
   ByVal _nYPosPixels As Integer, _
   ByVal _bsProps As String, _
   ByRef _ppMFrameRes As Object _
) 
procedure KeyExcludePoint( 
    _nXPosPixels: Integer;
    _nYPosPixels: Integer;
    _bsProps: String;
   Out  _ppMFrameRes: TObject
); 
void KeyExcludePoint( 
   int _nXPosPixels,
   int _nYPosPixels,
   BSTR* _bsProps,
   [PARAMFLAG::Out] IUnknown* _ppMFrameRes
) 

Parameters

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

See Also

Reference

IMKey Interface
IMKey Members