Herror ::get_shape (
    const HTuple &WindowHandle,
    char *DisplayShape
)
HTuple HWindow::GetShape (
    
) const

Get the current region output shape.

::get_shape returns the shape in which regions are displayed. The available shapes can be queried with ::query_shape and then changed with ::set_shape.


Parameters

WindowHandle (input_control)
window -> HTuple.long
Window_id.

DisplayShape (output_control)
string -> char *
Current region output shape.


Result

::get_shape returns H_MSG_TRUE if the window is valid. Otherwise an exception handling is raised.


Possible Predecessors

::query_shape


Possible Successors

::set_shape, ::disp_region


See also

::set_shape, ::query_shape, ::disp_region


Module

System



Copyright © 1996-2002 MVTec Software GmbH