Set the Outline Pen value for a RastPort
Source position: agraphics.pas line 2137
function SetOutlinePen( |
Rp: PRastPort; |
Pen: LongWord |
):LongWord; |
Rp |
|
A pointer to a RastPort |
Pen |
|
Pen 0..255 |
Returns the previous outline pen
Set the current value of the O pen for the rastport and turn on area outline mode. This function should be used instead of poking the structure directly, because future graphics devices may store it differently, for instance, using more bits.