ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Sketch C# (CSharp) Метод

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

private MagickImage_Sketch ( IntPtr Instance, double radius, double sigma, double angle, IntPtr &exception ) : IntPtr
Instance System.IntPtr
radius double
sigma double
angle double
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_Sketch(IntPtr Instance, double radius, double sigma, double angle, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64