displayPoint (Function) |
Top Previous Next |
This function is used to draw a point in the display.
Input: x : INT (1..136 for DX4, 1..190 for NX-400) x position (column) of the point, 1 is the leftmost.
y : INT (1..32 for DX4, 1..99 for NX-400) y position (row) of the point, 1 is the topmost.
color : INT (Default 1)
Returns: None.
Declaration: FUNCTION displayPoint;
Example: INCLUDE rtcu.inc |