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

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

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