ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Normalize C# (CSharp) Méthode

MagickImage_Normalize() private méthode

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