Monitor Informations structure
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; |
|
Query DisplayInfo Record parameters |
|
|
GetDisplayInfoData, results in PMonitorInfo |