Scilab 5.4.1
      
      - Ajuda Scilab
 - Biblioteca de Gráficos
 - 2d_plot
 - 3d_plot
 - annotation
 - axes_operations
 - axis
 - bar_histogram
 - Color management
 - figure_operations
 - geometric_shapes
 - handle
 - interaction
 - load_save
 - pie
 - polygon
 - property
 - style
 - text
 - transform
 - window_control
 - Datatips
 - GlobalProperty
 - Graphics
 - clear_pixmap
 - graphics_entities
 - object_editor
 - show_pixmap
 - twinkle
 - xchange
 - xclear
 - xdel
 - xget
 - xgetech
 - xgraduate
 - xgrid
 - xname
 - xnumb
 - xpause
 - xsegs
 - xset
 - xsetech
 - xsetm
 - Compound properties
 - pixel_drawing_mode
 - Segments properties
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
clear_pixmap
Apaga o buffer de pixmap ("mapa de píxeis")
Seqüência de Chamamento
clear_pixmap()
Descrição
Se a propriedade de uma janela de gráficos pixmap
            for "on" as gravuras são enviadas para uma memória
            pixmap, ao invés de serem exibidas na tela.
A instrução clear_pixmap() apaga o pixmap, mas
            não a tela.
O modo pixmap pode ser usado para se obter animações suaves.
Ver Também
- figure_properties — description of the graphics figure entity properties
 - show_pixmap — Envia o buffer de pixmap à tela
 
| Report an issue | ||
| << Graphics | Biblioteca de Gráficos | graphics_entities >> |