ImageMagick.MagickImage.NativeMethods.X64.MagickImage_AutoGamma C# (CSharp) Метод

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

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