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