ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_FillOpacity C# (CSharp) 메소드

DrawingWand_FillOpacity() 개인적인 메소드

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