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

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

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
Результат System.IntPtr
        public static extern IntPtr MagickImage_HoughLine(IntPtr Instance, UIntPtr width, UIntPtr height, UIntPtr threshold, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64