ImageMagick.MagickImage.NativeMethods.X86.MagickImage_GetColormap C# (CSharp) 메소드

MagickImage_GetColormap() 개인적인 메소드

private MagickImage_GetColormap ( IntPtr Instance, UIntPtr index ) : IntPtr
Instance System.IntPtr
index System.UIntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_GetColormap(IntPtr Instance, UIntPtr index);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86