Frees the extra contents associated with a RastPort structure.
Source position: agraphics.pas line 2222
procedure DeinitRastPort( |
Rp: PRastPort |
); |
Rp |
|
The RastPort which contents are to be freed. |
The structure itself is not freed.
|
Initialize raster port structure |
|
|
This function creates a new RastPort. |
|
|
This frees a RastPort obtained with CloneRastPort() or CreateRastPort(). |