ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Modulate C# (CSharp) 메소드

MagickImage_Modulate() 개인적인 메소드

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