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