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