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