public PackEntry(LPixmap image) { this.image = image; if (image != null) { this.fileName = image.GetPath(); this.width = image.GetWidth(); this.height = image.GetHeight(); } }