ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Deskew C# (CSharp) 메소드

MagickImage_Deskew() 개인적인 메소드

private MagickImage_Deskew ( IntPtr Instance, double threshold, IntPtr &exception ) : IntPtr
Instance System.IntPtr
threshold double
exception System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_Deskew(IntPtr Instance, double threshold, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86