ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Statistic C# (CSharp) Метод

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

private MagickImage_Statistic ( IntPtr Instance, UIntPtr type, UIntPtr width, UIntPtr height, IntPtr &exception ) : IntPtr
Instance System.IntPtr
type System.UIntPtr
width System.UIntPtr
height System.UIntPtr
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_Statistic(IntPtr Instance, UIntPtr type, UIntPtr width, UIntPtr height, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64