ImageMagick.MagickExceptionHelper.NativeMethods.X64.MagickExceptionHelper_Related C# (CSharp) Méthode

MagickExceptionHelper_Related() private méthode

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