Clear from current position to end of RastPort.
Source position: agraphics.pas line 1986
procedure ClearScreen( |
Rp: PRastPort |
); |
Rp |
|
A pointer to RastPort structure |
Clear a rectangular swath from the current position to the right edge of the rastPort with ClearEOL(), then clear the rest of the screen from just beneath the swath to the bottom of the rastPort. Clearing consists of setting the color of the swath to zero, or, if the DrawMode is 2, to the BgPen. This function may use the blitter.
|
Clear from current position to end of line. |
|
|
Write text characters (no formatting). |
|
|
Set an entire drawing area to a specified color. |