Display Screens
PBScreenID
Enumeration/bitset of type uint64_t: (not documented yet)
Constants
PBScreenID_PRIMARY
PBScreenID_PRIMARY = 0
(not documented yet)
PBScreenChangeScaleFactor
Function: (not documented yet)
Syntax (C/C++)
void PBScreenChangeScaleFactor(PBScreenID screenID, uint32_t newScaleFactor);
Syntax (Python)
ScreenChangeScaleFactor(screenID, newScaleFactor)
Parameters and Return Values
[in] screenID (PBScreenID): (not documented yet)
[in] newScaleFactor (uint32_t
): (not documented yet)
PBScreenGetWorkArea
Function: (not documented yet)
Syntax (C/C++)
PBRectangle PBScreenGetWorkArea(PBScreenID screenID);
Syntax (Python)
ScreenGetWorkArea(screenID) -> (workArea)
Parameters and Return Values
[in] screenID (PBScreenID): (not documented yet)
[out] workArea (PBRectangle): (not documented yet)
PBScreenGetBounds
Function: (not documented yet)
Syntax (C/C++)
PBRectangle PBScreenGetBounds(PBScreenID screenID);
Syntax (Python)
ScreenGetBounds(screenID) -> (bounds)
Parameters and Return Values
[in] screenID (PBScreenID): (not documented yet)
[out] bounds (PBRectangle): (not documented yet)
PBScreenFromElement
Function: (not documented yet)
Syntax (C/C++)
PBScreenID PBScreenFromElement(PBElementRef element);
Syntax (Python)
ScreenFromElement(element) -> (containingScreenID)
Parameters and Return Values
[in] element (referenced PBElement): (not documented yet)
[out] containingScreenID (PBScreenID): (not documented yet)