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

SetBPen

Set secondary pen for a RastPort

Declaration

Source position: agraphics.pas line 2380

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: 2021-07-30