ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Statistic C# (CSharp) Method

MagickImage_Statistic() private method

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
return System.IntPtr
        public static extern IntPtr MagickImage_Statistic(IntPtr Instance, UIntPtr type, UIntPtr width, UIntPtr height, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86