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

DrawingWand_ClipPath() private method

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