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

DeinitRastPort

Frees the extra contents associated with a RastPort structure.

Declaration

Source position: agraphics.pas line 2222

procedure DeinitRastPort(

  Rp: PRastPort

);

Arguments

Rp

  

The RastPort which contents are to be freed.

Description

The structure itself is not freed.

See also

InitRastPort

  

Initialize raster port structure

CreateRastPort

  

This function creates a new RastPort.

FreeRastPort

  

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


Documentation generated on: 2021-07-30