ImageMagick.MagickImage.NativeMethods.X86.MagickImage_SetAttribute C# (CSharp) Метод

MagickImage_SetAttribute() приватный Метод

private MagickImage_SetAttribute ( IntPtr Instance, IntPtr name, IntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
name System.IntPtr
value System.IntPtr
exception System.IntPtr
Результат void
        public static extern void MagickImage_SetAttribute(IntPtr Instance, IntPtr name, IntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86