ImageMagick.MagickImage.NativeMethods.X64.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.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64