ImageMagick.MagickImage.NativeMethods.X86.MagickImage_SelectiveBlur C# (CSharp) Метод

MagickImage_SelectiveBlur() приватный Метод

private MagickImage_SelectiveBlur ( IntPtr Instance, double radius, double sigma, double threshold, UIntPtr channels, IntPtr &exception ) : IntPtr
Instance System.IntPtr
radius double
sigma double
threshold double
channels System.UIntPtr
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_SelectiveBlur(IntPtr Instance, double radius, double sigma, double threshold, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86