添加圆角矩形 int  AddRoundRectShape

int  AddRoundRectShape(int  xLeft, int  xTop, int  xRight, int  xBottom, string  lpszCaption)

功能:在当前页面上添加一个圆角矩形

xLeft:圆角矩形的左边位置单位为像素。

xTop:圆角矩形的上边位置单位为像素。

xRight:圆角矩形的右边位置单位为像素。

xBottom:圆角矩形的下边位置单位为像素。

lpszCaption:圆角矩形的标题。

返回值:图形的ID

例:var x= AddRoundRectShape (300, 300, 500, 500, "abcdefg");

    效果: