ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Strip C# (CSharp) 메소드

MagickImage_Strip() 개인적인 메소드

private MagickImage_Strip ( IntPtr Instance, IntPtr &exception ) : void
Instance System.IntPtr
exception System.IntPtr
리턴 void
        public static extern void MagickImage_Strip(IntPtr Instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64