This Subroutine returns the Dimensions of the Screen in the appropriate Units for the currently setup Viewport Mode (Text or Graphics).
Short Name Calling Sequence
STATUS = UIIQSD(XLOW,XHIGH,YLOW,YHIGH)
Long Name Calling Sequence
STATUS = UI_INQUIRE_SCREEN_DIMENSIONS(...)
Input Arguments
None
Output Arguments
XLOW (Real) X Low Coordinate XHIGH (Real) X High Coordinate YLOW (Real) Y Low Coordinate YHIGH (Real) Y High Coordinate
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
Note: