Scilab 6.0.0
Справка Scilab >> Графики > handle > get_figure_handle
get_figure_handle
get a figure handle from its id
Syntax
f = get_figure_handle(figure_id)
Arguments
- figure_id
Integer, id of the figure to retrieve.
- f
Handle of the corresponding figure.
Description
get_figure_handle
function allows to retrieve the handle
of a graphic figure knowing its id. If a figure with the specified id exists
the function returns it. Otherwise is returns an empty matrix.
Examples
See Also
- set — set a property value of a graphic entity object or of a User Interface object.
- get — Retrieve a property value from a graphics entity or an User Interface object.
- gcf — Return handle of current graphic window.
- scf — set the current graphic figure (window)
- graphics_entities — описание структур данных графических объектов
Comments
Add a comment:
Please login to comment this page.