ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Segment C# (CSharp) Method

MagickImage_Segment() private method

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
return void
        public static extern void MagickImage_Segment(IntPtr Instance, UIntPtr colorSpace, double clusterThreshold, double smoothingThreshold, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86