This function creates a copy of a RastPort.
Source position: agraphics.pas line 2221
function CloneRastPort( |
Rp: PRastPort |
):PRastPort; |
Rp |
|
The RastPort to clone. |
A pointer to a RastPort with the same attributes as the RastPort which was specified or nil if there was not enough memory to perform the operation.
|
This frees a RastPort obtained with CloneRastPort() or CreateRastPort(). |