Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

XorLineTo(X, Y)

XORs a line to the specified X, Y position from the current X, Y position using the current drawing color.

Parameters

X - Ending horizontal position of line
Y - Ending vertical position of line

Examples

BASIC

CALL XorLineTo(50, 75)

PASCAL

XorLineTo(50, 75);