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

SetRast

Set an entire drawing area to a specified color.

Declaration

Source position: agraphics.pas line 2332

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