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

MagickImage_UnsharpMask() 개인적인 메소드

private MagickImage_UnsharpMask ( IntPtr Instance, double radius, double sigma, double amount, double threshold, UIntPtr channels, IntPtr &exception ) : IntPtr
Instance System.IntPtr
radius double
sigma double
amount double
threshold double
channels System.UIntPtr
exception System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_UnsharpMask(IntPtr Instance, double radius, double sigma, double amount, double threshold, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64