ImageMagick.MagickImage.NativeMethods.X86.MagickImage_ConnectedComponents C# (CSharp) 메소드

MagickImage_ConnectedComponents() 개인적인 메소드

private MagickImage_ConnectedComponents ( IntPtr Instance, UIntPtr connectivity, IntPtr &objects, IntPtr &exception ) : IntPtr
Instance System.IntPtr
connectivity System.UIntPtr
objects System.IntPtr
exception System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_ConnectedComponents(IntPtr Instance, UIntPtr connectivity, out IntPtr objects, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86