添加圆角标注文本int  AddRoundCalloutShape

int  AddRoundCalloutShape (int  xStart, int  yStart, int  xEnd, int  yEnd, int  nWidth, int  nHeight)

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

   xStart:标注文本起始点X轴坐标。

yStart:标注文本起始点Y轴坐标。

xEnd:标注文本结束点X轴坐标。

yEnd:标注文本结束点Y轴坐标

nWidth:标注文本的宽度

nHeight:标注文本的高度

       例:int  x= AddRoundCalloutShape (200, 200, 300, 300, 10, 10);

       效果: