

| MatForeachFunctionVec2f Delegate | 
Namespace: OpenCvSharp
 Syntax
Syntaxpublic delegate void MatForeachFunctionVec2f( Vec2f* value, int* position )
Visual Basic does not support APIs that consume or return unsafe types.public delegate void MatForeachFunctionVec2f( Vec2f* value, int* position )
F# does not support APIs that consume or return unsafe types.function(value, position);
 See Also
See Also