Monitor dimensions (like overscan)
Source position: agraphics.pas line 1830
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 LongInt; |
|
Terminator |
end; |
|
Query DisplayInfo Record parameters |
|
|
GetDisplayInfoData, results in PDimensionInfo |