ImageMagick.MagickSettings.NativeMethods.X86.MagickSettings_Format_Set C# (CSharp) Méthode

MagickSettings_Format_Set() private méthode

private MagickSettings_Format_Set ( IntPtr instance, IntPtr value ) : void
instance System.IntPtr
value System.IntPtr
Résultat void
        public static extern void MagickSettings_Format_Set(IntPtr instance, IntPtr value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]