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

GetBPen

Get the B Pen value for a RastPort

Declaration

Source position: agraphics.pas line 2441

function GetBPen(

  Rp: PRastPort

):LongWord;

Arguments

Rp

  

A pointer to a valid RastPort structure.

Description

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.

See also

SetBPen

  

Set secondary pen for a RastPort


Documentation generated on: 2021-07-30