Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
POINT Function QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
POINT - a graphics function that reads the color number of a pixel from
the screen or returns the pixel's coordinates
Syntax
POINT (x,y)
POINT (number)
■ (x,y) are the pixel coordinates for which you want the color number
■ number, a numeric expression that has an integer value between 0 and 3,
indicates one of four possible ways you want the current location of
the graphics cursor to be reported (see ◄Details►).
See Also ◄SCREEN► - to see the range of coordinates that are available
in the various screen modes and the meaning of color
numbers in those various modes
◄PMAP►