ImageMagick.MagickImage.NativeMethods.X64.MagickImage_ColormapSize_Get C# (CSharp) 메소드

MagickImage_ColormapSize_Get() 개인적인 메소드

private MagickImage_ColormapSize_Get ( IntPtr instance, IntPtr &exception ) : IntPtr
instance System.IntPtr
exception System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_ColormapSize_Get(IntPtr instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64