Beispiel #1
0
 ///<summary>
 /// Initializes a new instance of the MagickImage class.
 ///</summary>
 public MagickImageCollection()
 {
     _Images                  = new List <MagickImage>();
     _NativeInstance          = new NativeMagickImageCollection();
     _NativeInstance.Warning += OnWarning;
 }