<< graphics graphics datatipInitStruct >>
removed >> removed > 5-4-1 > graphics > clear_pixmap

clear_pixmap

pixmapバッファを消去する

呼び出し手順

clear_pixmap()

説明

グラフィックウインドウ pixmap プロパティが "on" の場合, 描画内容はスクリーン画面ではなくピクセルマップメモリに送信されます.

clear_pixmap() 命令はこのピクセルマップを消去しますが, 画面は消去しません.

滑らかなアニメーションを得るためにpixmapモードを使用することができます.

参照

履歴

VersionDescription
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.

<< graphics graphics datatipInitStruct >>