ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Grayscale C# (CSharp) 메소드

MagickImage_Grayscale() 개인적인 메소드

private MagickImage_Grayscale ( IntPtr Instance, UIntPtr method, IntPtr &exception ) : void
Instance System.IntPtr
method System.UIntPtr
exception System.IntPtr
리턴 void
        public static extern void MagickImage_Grayscale(IntPtr Instance, UIntPtr method, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64