NativeMethodsimgcodecs_cvHaveImageWriter Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static int imgcodecs_cvHaveImageWriter( string fileName )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function imgcodecs_cvHaveImageWriter ( fileName As String ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static int imgcodecs_cvHaveImageWriter( String^ fileName )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member imgcodecs_cvHaveImageWriter : fileName : string -> int
OpenCvSharp.NativeMethods.imgcodecs_cvHaveImageWriter = function(fileName);