ImageMagick.MagickImage.NativeMethods.X86.MagickImage_ColormapSize_Get C# (CSharp) Method

MagickImage_ColormapSize_Get() private method

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