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

TDimensionInfo

Monitor dimensions (like overscan)

Declaration

Source position: agraphics.pas line 1876

type TDimensionInfo = record

  Header: TQueryHeader;

  

  MaxDepth: Word;

  

log2(max number of colors)

  MinRasterWidth: Word;

  

Minimum width in pixels

  MinRasterHeight: Word;

  

Minimum height in pixels

  MaxRasterWidth: Word;

  

Maximum width in pixels

  MaxRasterHeight: Word;

  

Maximum height in pixels

  Nominal: TRectangle;

  

"Standard" dimensions without overscan

  MaxOScan: TRectangle;

  

Fixed, hardware dependant

  VideoOScan: TRectangle;

  

Fixed, hardware dependant

  TxtOScan: TRectangle;

  

Editable via preferences

  StdOScan: TRectangle;

  

Editable via preferences

  Pad: array [0..13] of Byte;

  

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

  

Terminator

end;

See also

GetDisplayInfoData

  

Query DisplayInfo Record parameters

DTAG_DIMS

  

GetDisplayInfoData, results in PDimensionInfo


Documentation generated on: 2021-07-30