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

TMonitorInfo

Monitor Informations structure

Declaration

Source position: agraphics.pas line 1593

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