ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Strip C# (CSharp) Method

MagickImage_Strip() private method

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