

| NativeMethodscore_Mat_nSetPoint3i Method | 
Namespace: OpenCvSharp
 Syntax
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int core_Mat_nSetPoint3i( IntPtr obj, int row, int col, Point3i* vals, int valsLength )
Visual Basic does not support APIs that consume or return unsafe types.public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int core_Mat_nSetPoint3i( IntPtr obj, int row, int col, Point3i* vals, int valsLength )
F# does not support APIs that consume or return unsafe types.JavaScript does not support APIs that consume or return unsafe types. See Also
See Also