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

MagickSettings_Debug_Set() private méthode

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