Set secondary pen for a RastPort
Source position: agraphics.pas line 2038
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 |