DrawLine
Category: Images and Rendering
Signature
DrawLine(x1 As Integer, y1 As Integer, x2 As Integer, y2 As Integer)
Returns
Void
Description
Queues a one-pixel line using the current draw color.
Example
DrawLine(0, 0, 100, 50)
Category: Images and Rendering
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)