Circle
円を描きます。
仕様
Circle
[Integer
X
, Integer
Y
, Integer
radius
, Integer
color
, Integer
flag
]
X
,
Y
円の中心の座標をピクセル単位で指定します。
radius
円の半径をピクセル単位で指定します。
color
円および塗りつぶしの色を指定します。
flag
描写タイプをフラグで指定します。
定数
説明
0
通常の円を描きます。
1
塗りつぶした円を描きます。
Line
、
PSet
メインへ