ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Normalize C# (CSharp) Method

MagickImage_Normalize() private method

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