Scilab-Branch-6.1-GIT
- Scilab Help
- GUI
- Borders
- Layouts
- Menus
- uitree
- about
- clipboard
- close
- Console properties
- createWindow
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- Interactive Editor
- loadGui
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- saveGui
- setlookandfeel
- toolbar
- toprint
- uicontrol
- uicontrol properties
- uigetdir
- uigetfile
- uigetfont
- uiputfile
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Scilab Help >> GUI > exportUI
exportUI
Call the file export graphical interface
Syntax
exportUI(figId) exportUI(fig)
Arguments
- figId
integer, Id of the figure to export.
- fig
Figure handle, handle of the figure to export.
Description
exportUI
routine
call the graphical interface dedicated in exporting a graphic window into an image file.
See also
Report an issue | ||
<< createWindow | GUI | figure >> |