ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Clip C# (CSharp) Method

MagickImage_Clip() private method

private MagickImage_Clip ( IntPtr Instance, IntPtr &exception ) : void
Instance System.IntPtr
exception System.IntPtr
return void
        public static extern void MagickImage_Clip(IntPtr Instance, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86