ImageMagick.MagickImage.NativeMethods.X86.MagickImage_ColorSpace_Get C# (CSharp) Метод

MagickImage_ColorSpace_Get() приватный Метод

private MagickImage_ColorSpace_Get ( IntPtr instance, IntPtr &exception ) : UIntPtr
instance System.IntPtr
exception System.IntPtr
Результат System.UIntPtr
        public static extern UIntPtr MagickImage_ColorSpace_Get(IntPtr instance, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86