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.
PAINT Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
PAINT - a graphics statement that fills an area with the color or
pattern specified
Syntax
PAINT [STEP] (x,y)[,[paint] [,[bordercolor] [,background]]]
■ (x,y) are the screen coordinates that indicate the area to be filled.
■ Use the optional STEP keyword if (x,y) are coordinate values which
are relative to the most recently drawn point
■ paint is a numeric expression that specifies the color to paint with,
or a string expression that indicates the pattern (or "tiling") to
paint with
■ bordercolor and background are ◄Details►
See Also ◄DRAW► ◄CIRCLE►