Source position: agraphics.pas line 1830
type tDimensionInfo = record |
Header: tQueryHeader; |
MaxDepth: Word; |
MinRasterWidth: Word; |
MinRasterHeight: Word; |
MaxRasterWidth: Word; |
MaxRasterHeight: Word; |
Nominal: tRectangle; |
MaxOScan: tRectangle; |
VideoOScan: tRectangle; |
TxtOScan: tRectangle; |
StdOScan: tRectangle; |
pad: array [0..13] of Byte; |
reserved: array [0..1] of LongInt; |
end; |