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

DrawingWand_Render() 개인적인 메소드

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