ImageMagick.MagickExceptionHelper.NativeMethods.X86.MagickExceptionHelper_RelatedCount C# (CSharp) 메소드

MagickExceptionHelper_RelatedCount() 개인적인 메소드

private MagickExceptionHelper_RelatedCount ( IntPtr exception ) : UIntPtr
exception System.IntPtr
리턴 System.UIntPtr
        public static extern UIntPtr MagickExceptionHelper_RelatedCount(IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]