添加垂直标注线int  AddVertDimLineShape

int AddVertDimLineShape (int  xStart, int  yStart, int  xEnd, int yEnd, int  nWidth, BOOL bArrow);

      功能:在当前页面上添加一条垂直标注线

   xStart:垂直标注线起始点X轴坐标。

yStart:垂直标注线起始点Y轴坐标。

xEnd:垂直标注线结束点X轴坐标。

yEnd:垂直标注线结束点Y轴坐标。

nWidth:宽度

bArrow:水平标注线是否有箭头。

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

       效果: