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

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

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