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
See Also