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