Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

FreeRastPort

This frees a RastPort obtained with CloneRastPort() or CreateRastPort().

Declaration

Source position: agraphics.pas line 2223

procedure FreeRastPort(

  Rp: PRastPort

);

Arguments

Rp

  

The result of CloneRastPort() or CreateRastPort().

See also

InitRastPort

  

Initialize raster port structure

CreateRastPort

  

This function creates a new RastPort.

DeInitRastPort

  

Frees the extra contents associated with a RastPort structure.

CloneRastPort

  

This function creates a copy of a RastPort.


Documentation generated on: 2021-07-30