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