Get the B Pen value for a RastPort
Source position: agraphics.pas line 2320
function GetBPen( |
rp: pRastPort |
):LongWord; |
rp |
|
A pointer to a valid RastPort structure. |
Return the current value of the B pen for the rastport. This function should be used instead of peeking the structure directly, because future graphics devices may store it differently, using more bits.
|
Set secondary pen for a RastPort |