示例#1
0
 public void DrawImage(IImage img, float x, float y, float width, float height)
 {
     _eshape.DrawImage(img, x, y, width, height);
 }