Graphics.Clear

Graphics.Clear method

描画面全体をクリアし、指定した背景色で塗りつぶします。

public void Clear(Color color)
パラメータタイプ説明
colorColor描画面の背景色を表す色構造体。

関連項目