ImageMagick.MagickImage.NativeMethods.X86.MagickImage_ColormapSize_Get C# (CSharp) Méthode

MagickImage_ColormapSize_Get() private méthode

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