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