Delegate MotionCBProc
Motion callback delegate.
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
public delegate int MotionCBProc(IntPtr handle, IntPtr pBuffer, int bufferLen, int similarity);
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | handle | Handle. |
| System.IntPtr | pBuffer | Buffer. |
| System.Int32 | bufferLen | Buffer length. |
| System.Int32 | similarity | Similarity. |
Returns
| Type | Description |
|---|---|
| System.Int32 | Returns HRESULT. |