Set secondary pen for a RastPort
Source position: agraphics.pas line 2380
procedure SetBPen( |
rp: pRastPort; |
pen: LongWord |
); |
rp |
|
A pointer to a RastPort |
pen |
|
Pen (0..255) |
Set the secondary drawing pen (B-Pen) for lines, fills, and text. This functions turns on PenMode for the RastPort.
|
Get the B Pen value for a RastPort |
|
|
Set the primary pen for a RastPort. |
|
|
Get the A Pen value for a RastPort |