/// <summary> /// Initializes a new instance of the <see cref="MagickReadSettings"/> class with the specified defines. /// </summary> /// <param name="readDefines">The read defines to set.</param> public MagickReadSettings(IReadDefines readDefines) { SetDefines(readDefines); }