DOT
This command will put a pixel on the screen in the current ink color. The command requires the Coordinates to place the pixel on the screen. The parameters should be specified using integer values. You can also draw to a bitmap, by using the SET CURRENT BITMAP command.

SYNTAX
DOT X,Y
DOT X,Y,Color Value

RELATED INFO
BASIC2D Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example