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

MagickImage_RemoveAttribute() 개인적인 메소드

private MagickImage_RemoveAttribute ( IntPtr Instance, IntPtr name ) : void
Instance System.IntPtr
name System.IntPtr
리턴 void
        public static extern void MagickImage_RemoveAttribute(IntPtr Instance, IntPtr name);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64