'宣言 Public Function New( _ ByVal x As Unit, _ ByVal y As Unit, _ ByVal width As Unit, _ ByVal height As Unit _ )
'使用法 Dim x As Unit Dim y As Unit Dim width As Unit Dim height As Unit Dim instance As New RenderEllipse(x, y, width, height)
パラメータ
- x
 - 楕円の X座標。
 - y
 - 楕円の Y座標。
 - width
 - 楕円の幅。
 - height
 - 楕円の高さ。