添加椭圆int  AddEllipseShape

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

功能:在当前页面上添加一个椭圆

xLeft:椭圆的左边位置单位为像素。

xTop:椭圆的上边位置单位为像素。

xRight:椭圆的右边位置单位为像素。

xBottom:椭圆的下边位置单位为像素。

lpszCaption:椭圆的标题。

返回值:矩形的ID

例:int  x= AddEllipseShape (10, 10, 200, 100, "abcdefg");

效果: