Format
PRESET (number1,number2)
Description
This statement is used to set the color of a pixel to the background color.
The row of the pixel is specified in number1, and the column is specified
in number2. This statement only works in graphics modes.
Example
PRESET (10,20)
The pixel at row 10 column 20 would be set to the background color.
See Also
|