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

SetRast

Set an entire drawing area to a specified color.

Declaration

Source position: agraphics.pas line 2387

procedure SetRast(

  rp: pRastPort;

  pen: LongWord

);

Arguments

rp

  

A pointer to a RastPort

pen

  

The pen number (0-255) to jam into bitmap

Description

Set the entire contents of the specified RastPort to the specified pen.

See also

RectFill

  

Fill a rectangular region in a RastPort.


Documentation generated on: 2021-07-30