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

MagickImage_ContrastStretch() private method

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