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

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

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