Exemple #1
0
 public ImgurImage(GalleryImage img)
 {
     this.id          = img.id;
     this.title       = img.title;
     this.description = img.description;
     this.datetime    = img.datetime;
     this.type        = img.type;
     this.animated    = img.animated;
     this.width       = img.width;
     this.height      = img.height;
     this.size        = img.size;
     this.views       = img.views;
     this.bandwidth   = img.bandwidth;
     this.deletehash  = img.deletehash;
     this.section     = img.section;
     this.link        = img.link;
     this.gifv        = img.gifv;
     this.mp4         = img.mp4;
     this.mp4_size    = img.mp4_size;
     this.looping     = img.looping;
     this.favorite    = img.favorite;
     this.nsfw        = img.nsfw;
     this.vote        = img.vote;
 }