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

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

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