Esempio n. 1
0
 ///<summary>
 /// Initializes a new instance of the MagickImageInfo class.
 ///</summary>
 public MagickImageInfo()
 {
     _Instance = new Wrapper.MagickImageInfo();
 }
Esempio n. 2
0
 private MagickImageInfo(Wrapper.MagickImageInfo instance)
 {
     _Instance = instance;
 }