NativeMethodscore_FileNode_read_Scalar Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Scalar core_FileNode_read_Scalar( IntPtr node )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_FileNode_read_Scalar ( node As IntPtr ) As Scalar
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Scalar core_FileNode_read_Scalar( IntPtr node )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNode_read_Scalar : node : IntPtr -> Scalar
OpenCvSharp.NativeMethods.core_FileNode_read_Scalar = function(node);