ImageMagick.MagickImage.NativeMethods.X64.MagickImage_SubImageSearch C# (CSharp) Метод

MagickImage_SubImageSearch() приватный Метод

private MagickImage_SubImageSearch ( IntPtr Instance, IntPtr reference, UIntPtr metric, double similarityThreshold, IntPtr offset, double &similarityMetric, IntPtr &exception ) : IntPtr
Instance System.IntPtr
reference System.IntPtr
metric System.UIntPtr
similarityThreshold double
offset System.IntPtr
similarityMetric double
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_SubImageSearch(IntPtr Instance, IntPtr reference, UIntPtr metric, double similarityThreshold, IntPtr offset, out double similarityMetric, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64