September 2024
Beginner to intermediate
985 pages
35h 37m
English
The object stored in the screen property (of the Screen type) contains information related to the screen. These include the height (height) and width (width) of the screen, the color depth (colorDepth), and some information about how much space is available horizontally and vertically on the screen minus the fixed screen components (such as taskbars). Figure 8.7 illustrates these properties, and you can find an overview in Table 8.12.
Figure 8.7 Properties of the Screen Window
|
Property |
Description |
|---|---|
|
availTop |
Contains a pixel value that indicates how much space is taken up from the top by fixed ... |
Read now
Unlock full access