106
Chapter 4: Graphing Features
  5 PxlOFF(  PxlOFF(column, row)
Erases a pixel point at a given screen location indicated 
by column and row.
  6 PxlCHG(  PxlCHG(column, row)
Changesthestatus(i.e.,visible/invisible)ofapixelata
given screen location indicated by column and row.
  7 PxlTST(  PxlTST(column, row)
Returns“1”ifapixelpointispresentatagivenscreen
location indicated by column and row. 
Returns"0"ifnopixelpointexists.
  4 PxlON(  PxlON(column, row)
Draws a pixel point at a given screen location indicated 
by column and row. 
The column and row definitions are as follows:
Column:0to132, 
Row:0to64.
(0, 0)  (126, 0)
(0, 62)  (126, 62)
column
132
This area cannot be specified
64
row