ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Implode C# (CSharp) Метод

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

private MagickImage_Implode ( IntPtr Instance, double amount, UIntPtr method, IntPtr &exception ) : IntPtr
Instance System.IntPtr
amount double
method System.UIntPtr
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_Implode(IntPtr Instance, double amount, UIntPtr method, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86