ImageMagick.MagickImage.NativeMethods.X64.MagickImage_LinearStretch C# (CSharp) 메소드

MagickImage_LinearStretch() 개인적인 메소드

private MagickImage_LinearStretch ( IntPtr Instance, double blackPoint, double whitePoint, IntPtr &exception ) : void
Instance System.IntPtr
blackPoint double
whitePoint double
exception System.IntPtr
리턴 void
        public static extern void MagickImage_LinearStretch(IntPtr Instance, double blackPoint, double whitePoint, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64