Category: Images and Rendering
Back to System Functions
DrawLine(x1 As Integer, y1 As Integer, x2 As Integer, y2 As Integer)
Void
Queues a one-pixel line using the current draw color.
DrawLine(0, 0, 100, 50)