BBjSystemMetrics::getDevicePixelRatio
Description
In BBj 15.0 and higher, this BBjSystemMetrics method returns the ratio of physical to logical pixels on the client screen device. High-DPI ("retina") displays report values greater than 1 (typically 2).
Syntax
Return Value | Method |
---|---|
BBjNumber | getDevicePixelRatio() |
BBjNumber | getDevicePixelRatio(int screen) |
Parameters
Variable |
Description |
screen |
Specifies the screen number. Must be >= 0 and < BBjSystemMetrics::getScreenCount. |
Return Value
Returns the ratio of physical to logical pixels on the client screen device.
Remarks
In BUI, this method corresponds to the browser's window.devicePixelRatio value.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.