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

DrawingWand_PopClipPath() 개인적인 메소드

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