NativeMethodsimgcodecs_imread Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imread(System.String,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgcodecs_imread( string filename, int flags, out IntPtr returnValue )
Public Shared Function imgcodecs_imread ( filename As String, flags As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus imgcodecs_imread( String^ filename, int flags, [OutAttribute] IntPtr% returnValue )
static member imgcodecs_imread : filename : string * flags : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="filename"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imread(System.String,System.Int32,System.IntPtr@)"]
[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imread(System.String,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imread(System.String,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgcodecs_imread(System.String,System.Int32,System.IntPtr@)"]