ImageMagick.MagickImage.NativeMethods.X64.MagickImage_TotalColors_Get C# (CSharp) Méthode

MagickImage_TotalColors_Get() private méthode

private MagickImage_TotalColors_Get ( IntPtr instance, IntPtr &exception ) : UIntPtr
instance System.IntPtr
exception System.IntPtr
Résultat System.UIntPtr
        public static extern UIntPtr MagickImage_TotalColors_Get(IntPtr instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64