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

CreateRastPort

This function creates a new RastPort.

Declaration

Source position: agraphics.pas line 2220

function CreateRastPort: PRastPort;

Function result

A pointer to a new RastPort or nil if there was not enough memory to perform the operation.

See also

InitRastPort

  

Initialize raster port structure

DeInitRastPort

  

Frees the extra contents associated with a RastPort structure.

FreeRastPort

  

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


Documentation generated on: 2021-07-30