Panel
fillRectメソッド
パネルに円形を描画します.
panel.fillCircle(x,y,r);
x : 円の中心のx座標(
パネルの座標系
)をあらわします.
x : 円の中心のy座標(
パネルの座標系
)をあらわします.
r : 描画する円の半径をあらわします.
.