|
|
◆ createLeader()
| static DxfLeader * createLeader |
( |
double |
textWidth, |
|
|
double |
textHeight, |
|
|
int |
arrowStyle, |
|
|
int |
lineColor, |
|
|
const std::vector< TechDraw::DxfVector > & |
pointVec |
|
) |
| |
|
static |
创建引线标注
创建引线标注
- 参数
-
| [in] | textWidth | 文字宽度 |
| [in] | textHeight | 文字高度 |
| [in] | arrowStyle | 箭头样式 |
| [in] | arrowSize | 箭头大小 |
| [in] | lineColor | 引线的颜色 |
| [in] | pointVec | 引线坐标 |
- 返回
- 无
|