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

MagickImage_ColorType_Get() 개인적인 메소드

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