Source position: agraphics.pas line 1847
type tMonitorInfo = record |
Header: tQueryHeader; |
Mspc: pMonitorSpec; |
ViewPosition: tPoint; |
ViewResolution: tPoint; |
ViewPositionRange: tRectangle; |
TotalRows: Word; |
TotalColorClocks: Word; |
MinRow: Word; |
Compatibility: SmallInt; |
pad: array [0..31] of Byte; |
MouseTicks: tPoint; |
DefaultViewPosition: tPoint; |
PreferredModeID: ULONG; |
reserved: array [0..1] of ULONG; |
end; |