[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

SetRast

Set an entire drawing area to a specified color.

Declaration

Source position: agraphics.pas line 2093

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: 2017-01-10