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