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

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

private MagickImage_AdaptiveResize ( IntPtr Instance, UIntPtr width, UIntPtr height, IntPtr &exception ) : IntPtr
Instance System.IntPtr
width System.UIntPtr
height System.UIntPtr
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_AdaptiveResize(IntPtr Instance, UIntPtr width, UIntPtr height, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64