
Next: draw-lines
Up: wx:dc
Previous: draw-icon
Draws a line from one point to another. The line covers both the start
and end points. The current pen is used for drawing the line.
- (send a-wx:dc draw-line x1 y1 x2 y2) -> void
x1 : inexact real
y1 : inexact real
x2 : inexact real
y2 : inexact real
PLT