hiGetMaxScreenCoords
hiGetMaxScreenCoords()
=> l_coord_pair
Description
Retrieves the screen coordinates of the upper-right corner of the display screen. The lower-left corner of the screen is assumed to be 0:0. This is the maximum size that you can specify for a window.
This function is not available in Concept SKILL. For more information, see
Arguments
Value Returned
Examples
Returns the maximum window initial size. This is the maximum size that can be used to create a new window.
hiGetMaxScreenCoords()
Returns the maximum size a window can grow to fill all screens of the display.
hiGetMaxScreenCoords(t)

Related Topics
Return to top