pixmapバッファを消去する
clear_pixmap()
グラフィックウインドウ pixmap
プロパティが "on"
の場合, 描画内容はスクリーン画面ではなくピクセルマップメモリに送信されます.
clear_pixmap()
命令はこのピクセルマップを消去しますが,
画面は消去しません.
滑らかなアニメーションを得るためにpixmapモードを使用することができます.
Version | Description |
5.4.0 | Function clear_pixmap is obsolete. |
5.4.1 | clear_pixmap() was published up to Scilab 5.4.1.
It may be replaced with drawlater/
drawnow or the
gcf().immediate_drawing attribute. |