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