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

tMonitorInfo

Monitor Informations structure

Declaration

Source position: agraphics.pas line 1847

type tMonitorInfo = record

  Header: tQueryHeader;

  

  Mspc: pMonitorSpec;

  

Pointer to monitor specification

  ViewPosition: tPoint;

  

Editable via preferences

  ViewResolution: tPoint;

  

Standard monitor ticks-per-pixel

  ViewPositionRange: tRectangle;

  

Fixed, hardware dependant

  TotalRows: Word;

  

Display height in scanlines

  TotalColorClocks: Word;

  

Scanline width in 280 ns units

  MinRow: Word;

  

Absolute minimum active scanline

  Compatibility: SmallInt;

  

how this coexists with others (MCOMPAT_*)

  pad: array [0..31] of Byte;

  

  MouseTicks: tPoint;

  

  DefaultViewPosition: tPoint;

  

  PreferredModeID: LongWord;

  

  reserved: array [0..1] of LongWord;

  

Terminator

end;

See also

GetDisplayInfoData

  

Query DisplayInfo Record parameters

DTAG_MNTR

  

GetDisplayInfoData, results in PMonitorInfo


Documentation generated on: 2021-07-30