DrawLine

Category: Images and Rendering

Back to System Functions


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)