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

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

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