|
◆ drawLine()
bool GiGraphics::drawLine |
( |
const GiContext * |
ctx, |
|
|
const Point2d & |
startPt, |
|
|
const Point2d & |
endPt, |
|
|
bool |
modelUnit = true |
|
) |
| |
绘制直线段,模型坐标或世界坐标
- 参数
-
ctx | 绘图参数,忽略填充参数,为NULL时取为上一个绘图参数 |
startPt | 起点 |
endPt | 终点 |
modelUnit | 指定的坐标尺寸是模型坐标(true)还是世界坐标(false) |
- 返回
- 是否显示成功。失败原因为参数错误或超出剪裁区域
|