ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_PathFinish C# (CSharp) Method

DrawingWand_PathFinish() private method

private DrawingWand_PathFinish ( IntPtr Instance, IntPtr &exception ) : void
Instance System.IntPtr
exception System.IntPtr
return void
        public static extern void DrawingWand_PathFinish(IntPtr Instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64