ImageMagick.MagickImage.NativeMethods.X64.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.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64