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