ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Shave C# (CSharp) Method

MagickImage_Shave() private method

private MagickImage_Shave ( IntPtr Instance, UIntPtr leftRight, UIntPtr topBottom, IntPtr &exception ) : IntPtr
Instance System.IntPtr
leftRight System.UIntPtr
topBottom System.UIntPtr
exception System.IntPtr
return System.IntPtr
        public static extern IntPtr MagickImage_Shave(IntPtr Instance, UIntPtr leftRight, UIntPtr topBottom, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64