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

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

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