|
Purpose |
Draw a single pixel. |
|
Syntax |
GRAPHIC SET PIXEL [STEP] (x!, y!) [, rgbColor&] |
|
Remarks |
The graphic window must first be chosen with GRAPHIC ATTACH. The coordinate point is specified in pixels, unless optional world coordinates have been requested with a GRAPHIC SCALE statement. If the STEP option is included, the x! and y! coordinates are relative to the last point referenced (POS). |
|
See also |