BBjSystemMetrics::getScreenBounds
Description
In BBj 15.0 and higher, this BBjSystemMetrics method returns the default or selected screen bounds in pixels.
Syntax
Return Value |
Method |
getScreenBounds() |
|
getScreenBounds(int screen) |
Parameters
Variable |
Description |
screen |
Screen number. Must be >= 0 and < BBjSystemMetrics::getScreenCount |
Return Value
Returns the screen bounds in pixels as a java.awt.Rectangle object.
Remarks
In a multiple monitor environment, this method can be used to determine the positions of the secondary screens relative to the default screen.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.