int AddCaptionShape (int xStart, int yStart, int xEnd, int yEnd, int nWidth, int nHeight, BOOL bArrow)
功能:在当前页面上添加一个标注文本
xStart:标注文本起始点X轴坐标。
yStart:标注文本起始点Y轴坐标。
xEnd:标注文本结束点X轴坐标。
yEnd:标注文本结束点Y轴坐标
nWidth:标注文本的宽度
nHeight:标注文本的高度
bArrow:标注文本是否有箭头
例:int x = AddCaptionShape(200, 200, 300, 300, 50, 100, 1);
效果: