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

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

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