ImageMagick.MagickImage.NativeMethods.X64.MagickImage_DetermineColorType C# (CSharp) Method

MagickImage_DetermineColorType() private method

private MagickImage_DetermineColorType ( IntPtr Instance, IntPtr &exception ) : UIntPtr
Instance System.IntPtr
exception System.IntPtr
return System.UIntPtr
        public static extern UIntPtr MagickImage_DetermineColorType(IntPtr Instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64