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

MagickImage_Negate() 개인적인 메소드

private MagickImage_Negate ( IntPtr Instance, [ onlyGrayscale, UIntPtr channels, IntPtr &exception ) : void
Instance System.IntPtr
onlyGrayscale [
channels System.UIntPtr
exception System.IntPtr
리턴 void
        public static extern void MagickImage_Negate(IntPtr Instance, [MarshalAs(UnmanagedType.Bool)] bool onlyGrayscale, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64