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

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

private MagickImage_Segment ( IntPtr Instance, UIntPtr colorSpace, double clusterThreshold, double smoothingThreshold, IntPtr &exception ) : void
Instance System.IntPtr
colorSpace System.UIntPtr
clusterThreshold double
smoothingThreshold double
exception System.IntPtr
Результат void
        public static extern void MagickImage_Segment(IntPtr Instance, UIntPtr colorSpace, double clusterThreshold, double smoothingThreshold, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64