Пример #1
0
 public PackEntry(LPixmap image)
 {
     this.image = image;
     if (image != null)
     {
         this.fileName = image.GetPath();
         this.width    = image.GetWidth();
         this.height   = image.GetHeight();
     }
 }
Пример #2
0
 public PackEntry(LPixmap image)
 {
     this.image = image;
     if (image != null)
     {
         this.fileName = image.GetPath();
         this.width = image.GetWidth();
         this.height = image.GetHeight();
     }
 }