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

MagickImage_SetAlpha() 개인적인 메소드

private MagickImage_SetAlpha ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
value System.UIntPtr
exception System.IntPtr
리턴 void
        public static extern void MagickImage_SetAlpha(IntPtr Instance, UIntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86