Set an entire drawing area to a specified color.
Source position: agraphics.pas line 2019
procedure SetRast( |
Rp: PRastPort; |
Pen: LongWord |
); |
Rp |
|
A pointer to a RastPort |
Pen |
|
The pen number (0-255) to jam into bitmap |
Set the entire contents of the specified RastPort to the specified pen.
|
Fill a rectangular region in a RastPort. |