ImageMagick.MagickImage.NativeMethods.X86.MagickImage_HoughLine C# (CSharp) Method

MagickImage_HoughLine() private method

private MagickImage_HoughLine ( IntPtr Instance, UIntPtr width, UIntPtr height, UIntPtr threshold, IntPtr &exception ) : IntPtr
Instance System.IntPtr
width System.UIntPtr
height System.UIntPtr
threshold System.UIntPtr
exception System.IntPtr
return System.IntPtr
        public static extern IntPtr MagickImage_HoughLine(IntPtr Instance, UIntPtr width, UIntPtr height, UIntPtr threshold, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86