ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Normalize C# (CSharp) Метод

MagickImage_Normalize() приватный Метод

private MagickImage_Normalize ( IntPtr Instance, IntPtr &exception ) : void
Instance System.IntPtr
exception System.IntPtr
Результат void
        public static extern void MagickImage_Normalize(IntPtr Instance, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86