ImageMagick.MagickExceptionHelper.NativeMethods.X64.MagickExceptionHelper_Related C# (CSharp) Метод

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

private MagickExceptionHelper_Related ( IntPtr exception, UIntPtr index ) : IntPtr
exception System.IntPtr
index System.UIntPtr
Результат System.IntPtr
        public static extern IntPtr MagickExceptionHelper_Related(IntPtr exception, UIntPtr index);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]