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

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

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