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

MagickImage_Resample() 개인적인 메소드

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