ImageMagick.MagickImage.NativeMethods.X64.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.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64