public ResourceImg(System.Drawing.Bitmap img) : base("") { _this = new Img(img); }
public ResourceImg(string ResourceLocation, int ImgWidth, int ImgHeight) : base(ResourceLocation) { _this = new Img(ResourceLocation, ImgWidth, ImgHeight); }