'宣言 Public Function New( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal shapeLine As LineDef _ )
'使用法 Dim width As Unit Dim height As Unit Dim shapeLine As LineDef Dim instance As New RenderEllipse(width, height, shapeLine)
パラメータ
- width
- The width of the ellipse.
- height
- The height of the ellipse.
- shapeLine
- The LineDef used to draw the ellipse.