ImageMagick.MagickExceptionHelper.NativeMethods.X64.MagickExceptionHelper_Related C# (CSharp) Method

MagickExceptionHelper_Related() private method

private MagickExceptionHelper_Related ( IntPtr exception, UIntPtr index ) : IntPtr
exception System.IntPtr
index System.UIntPtr
return System.IntPtr
        public static extern IntPtr MagickExceptionHelper_Related(IntPtr exception, UIntPtr index);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]