This function creates a new RastPort.
Source position: agraphics.pas line 2220
function CreateRastPort: PRastPort; |
A pointer to a new RastPort or nil if there was not enough memory to perform the operation.
|
Initialize raster port structure |
|
|
Frees the extra contents associated with a RastPort structure. |
|
|
This frees a RastPort obtained with CloneRastPort() or CreateRastPort(). |