* Draw a line */
| 103 | * Draw a line |
| 104 | */ |
| 105 | void DrawLine(int startPosX, int startPosY, int endPosX, int endPosY) const { |
| 106 | ::DrawLine(startPosX, startPosY, endPosX, endPosY, *this); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Draw a line using Vector points |
nothing calls this directly
no outgoing calls
no test coverage detected