| HALCON Reference Manual / Graphics / Parameters | Operators |
get_shape — Get the current region output shape.
get_shape( : : WindowHandle : DisplayShape)
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.
| WindowHandle (input_control) | window → (integer) |
| Window_id. | |
| DisplayShape (output_control) | string → (string) |
| Current region output shape. | |
get_shape returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an exception is raised.
get_shape is reentrant and processed without parallelization.
set_shape, query_shape, disp_region
Foundation
| HALCON Reference Manual / Graphics / Parameters | Operators |
| Version 9.0.2 | Copyright © 1996-2010 MVTec Software GmbH |