get_window_area
get_window_area
[ -window_id i_windowID]
Description
Requests the four bounding box coordinates (lower left x and y, and the upper right x and y) for the specified window or the current active window.
Arguments
|
Specifies the identifier of the window to work in. If this option is not specified, the view in the active window is used. |
Value Returned
|
Is the window area bounding coordinates, represented as strings. |
|
Examples
The following command requests the window area coordinates for window 1.
get_window_area -window_id 1
The following command requests the window area coordinates for the active window.
get_window_area
The following is an example of the returned data.
701.996 875.023 747.334 909.199
Related Topics
Return to top