| NativeMethodscore_FileNodeIterator_readRaw Method (IntPtr, String, IntPtr, IntPtr) | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr core_FileNodeIterator_readRaw(
	IntPtr obj,
	string fmt,
	IntPtr vec,
	IntPtr maxCount
)<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, 
	ExactSpelling := true>]
Public Shared Function core_FileNodeIterator_readRaw ( 
	obj As IntPtr,
	fmt As String,
	vec As IntPtr,
	maxCount As IntPtr
) As IntPtrpublic:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, 
	ExactSpelling = true)]
static IntPtr core_FileNodeIterator_readRaw(
	IntPtr obj, 
	String^ fmt, 
	IntPtr vec, 
	IntPtr maxCount
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)>]
static member core_FileNodeIterator_readRaw : 
        obj : IntPtr * 
        fmt : string * 
        vec : IntPtr * 
        maxCount : IntPtr -> IntPtr 
OpenCvSharp.NativeMethods.core_FileNodeIterator_readRaw = function(obj, fmt, vec, maxCount);
Parameters
- obj
- Type: SystemIntPtr
 
- fmt
- Type: SystemString
 
- vec
- Type: SystemIntPtr
 
- maxCount
- Type: SystemIntPtr
 
Return Value
Type: 
IntPtr See Also
See Also