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

MagickImage_RemoveProfile() 개인적인 메소드

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