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

SetBPen

Set secondary pen for a RastPort

Declaration

Source position: agraphics.pas line 2112

procedure SetBPen(

  Rp: PRastPort;

  Pen: LongWord

);

Arguments

Rp

  

A pointer to a RastPort

Pen

  

Pen (0..255)

Description

Set the secondary drawing pen (B-Pen) for lines, fills, and text. This functions turns on PenMode for the RastPort.

See also

GetBPen

  

Get the B Pen value for a RastPort

SetAPen

  

Set the primary pen for a RastPort.

GetAPen

  

Get the A Pen value for a RastPort


Documentation generated on: 2017-01-10