Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
get_figure_handle
Retrouve une figure graphique à partir de son identifiant.
Séquence d'appel
f = get_figure_handle(figure_id)
Paramètres
- figure_id
Entier, identifiant de la figure à retrouver.
- f
Handle de la figure correspondante.
Description
La function get_figure_handle
permet de retrouver le handle
d'une figure graphique à partir de son identifiant. Si une figure avec l'identifiant
spécifié en argument existe, alors elle est renvoyée par la fonction. Sinon,
la fonction renvoie une matrice vide.
Exemples
Voir aussi
- 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 — description of the graphics entities data structures
Report an issue | ||
<< handle | handle | is_handle_valid >> |