'宣言 Public Function New( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal shapeLine As LineDef _ )
パラメータ
- x
 - 楕円の X座標。
 - y
 - 楕円の Y座標。
 - width
 - 楕円の幅。
 - height
 - 楕円の高さ。
 - shapeLine
 - 楕円の描画に使用される LineDef。
 
'宣言 Public Function New( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal shapeLine As LineDef _ )