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

GetDrMd

Get the draw mode value for a RastPort

Declaration

Source position: agraphics.pas line 2323

function GetDrMd(

  rp: pRastPort

):LongWord;

Arguments

rp

  

A pointer to a valid RastPort structure.

Description

Return the current value of the draw mode for the rastport. This function should be used instead of peeking the structure directly, because future graphics devices may store it differently.

See also

SetDrMd

  

Set drawing mode for a RastPort


Documentation generated on: 2021-07-30