Esempio n. 1
0
 /// <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);
 }
Esempio n. 2
0
 /// <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);
 }