BBjSystemMetrics::getScreenSize
Description
In BBj 5.0 and higher, this BBjSystemMetrics method returns the screen width and height in pixels.
In BBj 15.0 and higher, the method taking an int parameter returns the selected screen width and height in pixels
Syntax
Return Value |
Method |
getScreenSize() |
|
getScreenSize(int screen) |
Parameters
Variable |
Description |
screen |
Screen number. Must be >= 0 and < BBjSystemMetrics::getScreenCount |
Return Value
Returns the screen size in pixels as a java.awt.Dimension object.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.