添加云状标注文本int  AddCloudCalloutShape

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

功能:在当前页面上添加一个云状标注文本

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

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

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

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

nWidth:标注文本的宽度

nHeight:标注文本的高度

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

效果: