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