| .PAINT Statement QuickSCREENi |
|
  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 |