ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Modulate C# (CSharp) Méthode

MagickImage_Modulate() private méthode

private MagickImage_Modulate ( IntPtr Instance, IntPtr modulate, IntPtr &exception ) : void
Instance System.IntPtr
modulate System.IntPtr
exception System.IntPtr
Résultat void
        public static extern void MagickImage_Modulate(IntPtr Instance, IntPtr modulate, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86